Skip to content

Commit

Permalink
ci(docs): fix typo in action for doc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Sep 10, 2024
1 parent 162a7f9 commit 3cd1cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ssh-private-key: ${{ secrets.SSH_DEPLOY_KEY }}

- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
with:
BRANCH: gh-pages
FOLDER: 'docs/build'
Expand Down

0 comments on commit 3cd1cfd

Please sign in to comment.