We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cffa8d commit 499bf2eCopy full SHA for 499bf2e
1 file changed
.github/workflows/ghpage.yml
@@ -31,7 +31,7 @@ jobs:
31
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
32
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
33
- name: Deploy to GitHub Pages
34
- uses: JamesIves/github-pages-deploy-action@4
+ uses: JamesIves/github-pages-deploy-action@v4
35
with:
36
branch: gh-pages # The branch the action should deploy to.
37
folder: _site # The folder the action should deploy.
0 commit comments