forked from Upstream/Velocitab
build: update wiki action to use v4
This commit is contained in:
parent
0b98eff66e
commit
b37c760033
10
.github/workflows/update_docs.yml
vendored
10
.github/workflows/update_docs.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
# Update the GitHub Wiki documentation when a push is made to docs/
|
||||||
name: Update Docs
|
name: Update Docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -19,9 +20,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]'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user