Skip to content

Commit

Permalink
CI (fix): Add 'v' before action version
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 26, 2024
1 parent 63bce46 commit 1276887
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 @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: trunk # The branch the action should deploy to.
folder: docs # The folder the action should deploy.

0 comments on commit 1276887

Please sign in to comment.