Skip to content

Commit

Permalink
ci(actions): Use upload-pages-artifact action for GH Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Oct 4, 2024
1 parent 7b82885 commit acc79d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cp assets/gh-pages-redirect.html html/index.html
- name: Upload the Docs
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
if: matrix.os == 'ubuntu-latest' && matrix.version == '3.12'
with:
name: docs
Expand Down

0 comments on commit acc79d6

Please sign in to comment.