Skip to content

Commit

Permalink
fix: Change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Feb 21, 2024
1 parent 23b073b commit cca7c04
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,10 +25,10 @@ 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:
path: .
# - name: Upload Artifact of Generated Doxygen Documentation
# uses: actions/upload-artifact@v4
# with:
# path: .

upload-pages:
name: Upload Doxygen Generated Documentation to Github Pages
Expand All @@ -45,4 +45,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: Doxygen/Generated
publish_dir: Doxygen/Generated/html

0 comments on commit cca7c04

Please sign in to comment.