From a124356b1b20065bb82dbf8e102033e04a99a30d Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sun, 24 Apr 2022 22:51:47 -0500 Subject: [PATCH] ci: Fix broken wiki workflow --- .github/workflows/wiki.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index e7d81399..46c13585 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -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 }}