Skip to content

Commit

Permalink
Action: typo in version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Jun 17, 2024
1 parent a188461 commit a93d7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Docs
run: poetry run poe doc-build
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3.0.1
with:
path: "docs/_build"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3.0.1
uses: actions/deploy-pages@v4

0 comments on commit a93d7ec

Please sign in to comment.