-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
feature(documentation): deploy documentation on github pages
- Loading branch information
There are no files selected for viewing
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" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
docs/api | ||
docs/client |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# Advanced Acident Detector Documentation |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.