Skip to content

Commit

Permalink
Fix broken CI by #254 (#259)
Browse files Browse the repository at this point in the history
Fixed typo: missing `v` for tag as version
  • Loading branch information
Rotzbua authored Jul 27, 2023
1 parent ab3629a commit d543e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: gem install bundler jekyll --no-document
- run: bundle install
- run: bundle exec jekyll build
- uses: JamesIves/github-pages-deploy-action@4
- uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down

0 comments on commit d543e08

Please sign in to comment.