Skip to content

Commit 48b5e4e

Browse files
Fix broken Github workflow
1 parent 7a8b60a commit 48b5e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm run build
2222

2323
- name: Deploy the documentation
24-
uses: JamesIves/github-pages-deploy-action@master
24+
uses: JamesIves/github-pages-deploy-action@4.1.1
2525
env:
2626
BASE_BRANCH: source
2727
BRANCH: master

0 commit comments

Comments
 (0)