Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
publish_dir: "./_www_dir/"

- name: Install gh
# Needed for using Andrew-Chen-Wang/github-wiki-action@v4
# Needed for using Andrew-Chen-Wang/github-wiki-action@v5
run: |
apt-get update
apt-get install -y gh
Expand All @@ -66,6 +66,6 @@ jobs:
# This step would err if the forked repo does not already have wiki pages.
# As a workaround, it is disabled for all forked repos.
if: ${{ github.repository_owner == 'HoTT' && github.ref == 'refs/heads/master' }}
uses: Andrew-Chen-Wang/github-wiki-action@v4
uses: Andrew-Chen-Wang/github-wiki-action@v5
with:
path: _wiki_dir