diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index ca4b5fd4..abd8be3e 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -19,7 +19,7 @@ jobs: - name: 'Checkout for CI 🛎️' uses: actions/checkout@v4 - name: 'Push Docs to Github Wiki 📄️' - uses: Andrew-Chen-Wang/github-wiki-action@v4 + uses: Andrew-Chen-Wang/github-wiki-action@v3 env: WIKI_DIR: 'docs/' GH_TOKEN: ${{ github.token }}