Skip to content

Commit 120da0a

Browse files
authored
Update sub-deploy-prod.yml
1 parent e579122 commit 120da0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sub-deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
path: ${{ inputs.working_directory }}
1717

1818
- name: Deploy to GitHub Pages
19-
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
19+
uses: peaceiris/actions-gh-pages@v3
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
publish_dir: ${{ inputs.working_directory }}

0 commit comments

Comments
 (0)