We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db58a03 commit 9156b13Copy full SHA for 9156b13
.github/workflows/generate-wiki-docs.yml
@@ -51,8 +51,8 @@ jobs:
51
52
- name: Publish docs
53
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
+ # @v3 https://github.com/Andrew-Chen-Wang/github-wiki-action/releases/tag/v3
+ uses: Andrew-Chen-Wang/github-wiki-action@194d37ff03f5220e1baf7eb9d7c7ad7f3e1db30c
56
env: # this action is written such that the inputs must be specified as env vars
57
# WIKI_DIR is going to be used with rsync, it MUST end in a forward slash [/]
58
WIKI_DIR: ${{ env.WIKI }}/
0 commit comments