Skip to content

Commit

Permalink
fix: Set proper published dir
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Feb 21, 2024
1 parent a1bb316 commit 2552562
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Create .nojekyll (ensures pages with underscores work on gh pages)
run: touch Doxygen/.nojekyll
shell: bash
- name: Upload Artifact of Generated Doxygen Documentation
uses: actions/upload-artifact@v2
with:
name: Doxygen-Generated
path: Doxygen/Generated
# - name: Upload Artifact of Generated Doxygen Documentation
# uses: actions/upload-artifact@v2
# with:
# name: Doxygen-Generated
# path: Doxygen/Generated

upload-pages:
name: Upload Doxygen Generated Documentation to Github Pages
Expand Down

0 comments on commit 2552562

Please sign in to comment.