Skip to content

Commit 9156b13

Browse files
authored
fix wiki publish (#42)
* fix wiki publish * fixup
1 parent db58a03 commit 9156b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-wiki-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
5252
- name: Publish docs
5353
if: fromJSON(env.SHOULD_RUN)
54-
# @v2 https://github.com/Andrew-Chen-Wang/github-wiki-action/releases/tag/v2
55-
uses: Andrew-Chen-Wang/github-wiki-action@b386aca0ddc5ec22b6003ba4cb50fa0b17243f6c
54+
# @v3 https://github.com/Andrew-Chen-Wang/github-wiki-action/releases/tag/v3
55+
uses: Andrew-Chen-Wang/github-wiki-action@194d37ff03f5220e1baf7eb9d7c7ad7f3e1db30c
5656
env: # this action is written such that the inputs must be specified as env vars
5757
# WIKI_DIR is going to be used with rsync, it MUST end in a forward slash [/]
5858
WIKI_DIR: ${{ env.WIKI }}/

0 commit comments

Comments
 (0)