ci: Fix broken wiki workflow

pull/56/head
Robert Dailey 3 years ago
parent 3ee7a8d866
commit a124356b1b

@ -4,6 +4,7 @@ on:
push:
paths:
- 'wiki/**'
- .github/workflows/wiki.yml
branches:
- master
@ -16,7 +17,8 @@ jobs:
uses: actions/checkout@v2
- name: Upload Documentation to Wiki
uses: Andrew-Chen-Wang/github-wiki-action@v2
# uses: Andrew-Chen-Wang/github-wiki-action@v2
uses: rcdailey/github-wiki-action@master # Temp until PR is merged: https://github.com/Andrew-Chen-Wang/github-wiki-action/pull/10
env:
WIKI_DIR: wiki/
GH_TOKEN: ${{ secrets.PAT }}

Loading…
Cancel
Save