Skip to content

Commit

Permalink
updated workflow. fixed deprecated warning in doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
quattro committed Mar 26, 2024
1 parent e619abd commit 76ba869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload docs
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v2
with:
path: site # where `mkdocs build` puts the built site

Expand Down

0 comments on commit 76ba869

Please sign in to comment.