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.
2 parents df6f664 + ee6424f commit fa40227Copy full SHA for fa40227
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Deploy 🚀
36
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
37
- uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4
+ uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4
38
with:
39
branch: gh-pages # The branch the action should deploy to.
40
folder: out # The folder the action should deploy.
0 commit comments