Skip to content

Commit

Permalink
Move docs to doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
HAKarlsson committed Nov 2, 2023
1 parent 96f119f commit afd9672
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 413 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install doxygen
run: sudo apt install doxygen
run: sudo apt install doxygen graphviz
- name: Build
run: doxygen
- name: Setup Pages
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: 'docs'
path: 'doxygen'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docs
doxygen
*.a
*.da
*.o
Expand Down
Loading

0 comments on commit afd9672

Please sign in to comment.