We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fbcf7e + 6b3212c commit 46ee246Copy full SHA for 46ee246
.github/workflows/deploy.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Build Registry
21
run: node index.js build registry
22
- name: Deploy Registry
23
- uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
+ uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
24
with:
25
folder: build
0 commit comments