Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
update actions  libs to v2
  • Loading branch information
mosfet80 committed Jun 24, 2024
1 parent e93c545 commit 628b436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Build Doxygen Site
run: cmake --build build --target docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: build/docs/html
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

0 comments on commit 628b436

Please sign in to comment.