Skip to content

Commit cf9b69e

Browse files
committed
Merge branch 'master' of https://github.com/layer5io/sistent
2 parents 11d0da1 + f39fca6 commit cf9b69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
npm run build
2424
2525
- name: Deploy 🚀
26-
uses: JamesIves/github-pages-deploy-action@4.0.0
26+
uses: JamesIves/github-pages-deploy-action@v4.4.3
2727
with:
2828
branch: site # The branch the action should deploy to.
2929
folder: public # The folder the action should deploy.

0 commit comments

Comments
 (0)