Skip to content

Commit

Permalink
Merge pull request #551 from nqminds/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-pages-artifact-2

build(deps): bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
aloisklink authored Sep 12, 2023
2 parents fb4c4b9 + edc2de3 commit 8fd9160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build Docs
run: cmake --build build/docs/ --target=doxydocs
- name: Upload docs
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: ./build/docs/html
deploy-docs:
Expand Down

0 comments on commit 8fd9160

Please sign in to comment.