Skip to content

Commit 499bf2e

Browse files
authored
Update GitHub Pages deploy action version
1 parent 4cffa8d commit 499bf2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ghpage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
3232
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
3333
- name: Deploy to GitHub Pages
34-
uses: JamesIves/github-pages-deploy-action@4
34+
uses: JamesIves/github-pages-deploy-action@v4
3535
with:
3636
branch: gh-pages # The branch the action should deploy to.
3737
folder: _site # The folder the action should deploy.

0 commit comments

Comments
 (0)