We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2567e9c commit 2218fe0Copy full SHA for 2218fe0
.github/workflows/deploy.yaml
@@ -24,7 +24,7 @@ jobs:
24
sudo -E luet-package-browser --config config.yaml --output build --templates templates
25
sudo cp -rfv CNAME build/
26
- name: Deploy GH Pages 🚀
27
- uses: JamesIves/github-pages-deploy-action@3.7.1
+ uses: JamesIves/github-pages-deploy-action@v4.6.7
28
with:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
BRANCH: gh-pages # The branch the action should deploy to.
0 commit comments