We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6f944 commit e0bf26fCopy full SHA for e0bf26f
.github/workflows/deploy-website.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: bundle exec jekyll build
40
41
- name: Deploy Github Pages
42
- uses: JamesIves/github-pages-deploy-action@v4.6.8
+ uses: JamesIves/github-pages-deploy-action@v4.7.1
43
with:
44
branch: gh-pages
45
folder: _site/
0 commit comments