We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83843a6 commit 3824e40Copy full SHA for 3824e40
.github/workflows/pages.yaml
@@ -63,7 +63,7 @@ jobs:
63
source-dir: .vitepress/dist
64
65
# deploy the build to GitHub Pages
66
- - uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4
+ - uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4
67
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' }}
68
with:
69
folder: .vitepress/dist
0 commit comments