Skip to content

Commit

Permalink
Merge pull request #1 from ASE2024-orange/features/dka/docs
Browse files Browse the repository at this point in the history
feature(documentation): deploy documentation on github pages
  • Loading branch information
ooemperor authored Dec 7, 2024
2 parents f53ee1a + fa70cf4 commit 1abe4aa
Show file tree
Hide file tree
Showing 30 changed files with 146 additions and 1,733 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/buildGithubPage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: "Publish documentation"
on:
push:
branches:
- "main"

jobs:

publish-documentation:
name: Publish documentation
permissions:
id-token: "write"
pages: "write"

runs-on: "ubuntu-latest"

steps:
- id: "checkout"
name: "Check out Git repository"
uses: "actions/checkout@v3"

- id: "upload-documentation"
name: "Upload Pages artifact"
uses: "actions/upload-pages-artifact@v2"
with:
path: "docs/"

- id: "deployment"
name: "Deploy documentation to GitHub Pages"
uses: "actions/deploy-pages@v2"

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docs/api
docs/client
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/thingy-docs-orange.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Advanced Acident Detector Documentation
1 change: 0 additions & 1 deletion docs/.nojekyll

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/hierarchy.js

This file was deleted.

22 changes: 0 additions & 22 deletions docs/assets/highlight.css

This file was deleted.

18 changes: 0 additions & 18 deletions docs/assets/icons.js

This file was deleted.

Loading

0 comments on commit 1abe4aa

Please sign in to comment.