Skip to content

Commit d543e08

Browse files
authored
Fix broken CI by #254 (#259)
Fixed typo: missing `v` for tag as version
1 parent ab3629a commit d543e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: gem install bundler jekyll --no-document
2020
- run: bundle install
2121
- run: bundle exec jekyll build
22-
- uses: JamesIves/github-pages-deploy-action@4
22+
- uses: JamesIves/github-pages-deploy-action@v4
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
branch: gh-pages

0 commit comments

Comments
 (0)