Skip to content

Commit

Permalink
Merge pull request #125 from melexis/fix-deploy-2
Browse files Browse the repository at this point in the history
Fix deploy job (try 2)
  • Loading branch information
JasperCraeghs authored Feb 21, 2023
2 parents c61a683 + 36dcf67 commit 6ad8796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Disable jekyll
run: touch docs/_build/.nojekyll
- name: Deploy documentation
uses: JamesIves/github-pages-deploy-action@4.4.1
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/_build
Expand Down

0 comments on commit 6ad8796

Please sign in to comment.