Skip to content

Commit

Permalink
Use github-pages-deploy-action@v4 in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenoy committed May 25, 2023
1 parent 2ac8d6a commit 27810b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cd ../../../../.. ;
sudo cp -r zoo-project/zoo-client/lib/js/wps-client/out docs/_build/html/JS_API
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@v4
with:
repository-name: ZOO-Project/docs
branch: gh-pages
Expand Down

0 comments on commit 27810b9

Please sign in to comment.