Skip to content

Commit 081dc7c

Browse files
committed
chore(ci): upgrade github-pages-deploy-action
This upgrade was necessitated by the STDOUT `set-env` command's deprecation.
1 parent dbbbaa1 commit 081dc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
mv target/doc output
5252
5353
- name: Deploy
54-
uses: JamesIves/github-pages-deploy-action@3.5.9
54+
uses: JamesIves/github-pages-deploy-action@3.7.1
5555
with:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
BRANCH: gh-pages

0 commit comments

Comments
 (0)