docs: Use wiki-action v3 for now

This commit is contained in:
William 2023-12-14 23:07:58 +00:00
parent f16dd54a7f
commit d5622bb90d
No known key found for this signature in database

View File

@ -19,7 +19,7 @@ jobs:
- name: 'Checkout for CI 🛎️' - name: 'Checkout for CI 🛎️'
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: 'Push Docs to Github Wiki 📄️' - name: 'Push Docs to Github Wiki 📄️'
uses: Andrew-Chen-Wang/github-wiki-action@v4 uses: Andrew-Chen-Wang/github-wiki-action@v3
env: env:
WIKI_DIR: 'docs/' WIKI_DIR: 'docs/'
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}