Skip to content

Commit

Permalink
Fix issue with github-pages-deploy-action ref
Browse files Browse the repository at this point in the history
My bad in 5208259
  • Loading branch information
dentarg committed Mar 15, 2024
1 parent ff1fe34 commit 1cfc4ad
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 @@ -22,7 +22,7 @@ jobs:
- name: Generate docs
run: yard doc
- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@4.5.0
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: doc

0 comments on commit 1cfc4ad

Please sign in to comment.