Skip to content

Commit

Permalink
Merge pull request chipsalliance#2224 from hzeller/feature-20240804-v…
Browse files Browse the repository at this point in the history
…ers-gh-pages

Specify correct version for gh-pages.
  • Loading branch information
hzeller authored Aug 4, 2024
2 parents 12d887a + ba741c1 commit a587ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ jobs:

- name: Deployment
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@4.6.3
uses: JamesIves/github-pages-deploy-action@v4.6.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand Down

0 comments on commit a587ca4

Please sign in to comment.