Skip to content

Commit

Permalink
Merge pull request #253 from OliverCullimore/wiki-action-fix
Browse files Browse the repository at this point in the history
Wiki workflow fix to still deploy on commit/push error
  • Loading branch information
robbrad authored Mar 18, 2023
2 parents ec80e0d + 74ee989 commit 0001438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
git add wiki
git commit -m "Update Councils.md from input.json"
git push
continue-on-error: true

- name: Deploy Wiki Changes
uses: Andrew-Chen-Wang/github-wiki-action@v3
Expand Down

0 comments on commit 0001438

Please sign in to comment.