We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad04921 commit 0fee348Copy full SHA for 0fee348
.github/workflows/website.yml
@@ -30,6 +30,6 @@ jobs:
30
cd ..
31
cp -R docs demo/dist
32
- name: Deploy website
33
- uses: JamesIves/github-pages-deploy-action@v4
+ uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
34
with:
35
folder: demo/dist
0 commit comments