We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3afc33d + bbec164 commit c8915b5Copy full SHA for c8915b5
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
publish_dir: "./_www_dir/"
58
59
- name: Install gh
60
- # Needed for using Andrew-Chen-Wang/github-wiki-action@v4
+ # Needed for using Andrew-Chen-Wang/github-wiki-action@v5
61
run: |
62
apt-get update
63
apt-get install -y gh
@@ -66,6 +66,6 @@ jobs:
66
# This step would err if the forked repo does not already have wiki pages.
67
# As a workaround, it is disabled for all forked repos.
68
if: ${{ github.repository_owner == 'HoTT' && github.ref == 'refs/heads/master' }}
69
- uses: Andrew-Chen-Wang/github-wiki-action@v4
+ uses: Andrew-Chen-Wang/github-wiki-action@v5
70
with:
71
path: _wiki_dir
0 commit comments