Skip to content

Commit 8498b54

Browse files
committed
ci: update workflows config.
1 parent 546dbc9 commit 8498b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
EOF
110110
111-
- run: npm install idoc@1.27.2 -g
111+
- run: npm install idoc@1 -g
112112
- run: idoc
113113
- name: gh-pages README.md
114114
working-directory: dist
@@ -129,7 +129,7 @@ jobs:
129129
uses: jaywcjlove/changelog-generator@main
130130

131131
- name: Deploy
132-
uses: peaceiris/actions-gh-pages@v3
132+
uses: peaceiris/actions-gh-pages@v4
133133
with:
134134
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
135135
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)