Skip to content

Commit 2218fe0

Browse files
Update JamesIves/github-pages-deploy-action action to v4
1 parent 2567e9c commit 2218fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo -E luet-package-browser --config config.yaml --output build --templates templates
2525
sudo cp -rfv CNAME build/
2626
- name: Deploy GH Pages 🚀
27-
uses: JamesIves/github-pages-deploy-action@3.7.1
27+
uses: JamesIves/github-pages-deploy-action@v4.6.7
2828
with:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
BRANCH: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)