Skip to content

Bump Andrew-Chen-Wang/github-wiki-action from 3 to 4 #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/generate-wiki-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:

- name: Publish docs
if: fromJSON(env.SHOULD_RUN)
# @v3 https://github.com/Andrew-Chen-Wang/github-wiki-action/releases/tag/v3
uses: Andrew-Chen-Wang/github-wiki-action@194d37ff03f5220e1baf7eb9d7c7ad7f3e1db30c
uses: Andrew-Chen-Wang/github-wiki-action@50650fccf3a10f741995523cf9708c53cec8912a # v4.4.0
env: # this action is written such that the inputs must be specified as env vars
# WIKI_DIR is going to be used with rsync, it MUST end in a forward slash [/]
WIKI_DIR: ${{ env.WIKI }}/
Expand Down