Skip to content

Commit

Permalink
docs: add upload artifacs
Browse files Browse the repository at this point in the history
  • Loading branch information
dssAutomation authored Apr 18, 2024
1 parent 1ad89a7 commit 4b41d4c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ jobs:
- name: Generate Doxygen documentation
run: doxygen Doxyfile

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
- name: Upload Doxygen artifacts
uses: actions/upload-artifact@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
name: Doxygen Documentation
path: ./html
- name: Move artifacts to GitHub Pages directory
run: |
mkdir -p ./docs/doxygen
mv ./html/* ./docs/doxygen

0 comments on commit 4b41d4c

Please sign in to comment.