Skip to content

Commit

Permalink
Install gh to fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Jan 9, 2024
1 parent 6913a1a commit d993b86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: "./_www_dir/"

- name: Install gh
# Needed for using Andrew-Chen-Wang/github-wiki-action@v4
run: sudo apt-get install gh

- name: Push GitHub wiki pages
# This step would err if the forked repo does not already have wiki pages.
# As a workaround, it is disabled for all forked repos.
Expand Down

0 comments on commit d993b86

Please sign in to comment.