9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

ci: bump github-wiki-action to v4

This commit is contained in:
William
2023-12-26 12:42:59 +00:00
parent 237abf9698
commit 2a52cc9086

View File

@@ -19,9 +19,6 @@ 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@v3 uses: Andrew-Chen-Wang/github-wiki-action@v4
env: with:
WIKI_DIR: 'docs/' path: 'docs'
GH_TOKEN: ${{ github.token }}
GH_MAIL: 'actions@github.com'
GH_NAME: 'github-actions[bot]'