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
|
||||
|
||||
on:
|
||||
@ -19,9 +20,6 @@ jobs:
|
||||
- name: 'Checkout for CI 🛎️'
|
||||
uses: actions/checkout@v4
|
||||
- name: 'Push Docs to Github Wiki 📄️'
|
||||
uses: Andrew-Chen-Wang/github-wiki-action@v3
|
||||
env:
|
||||
WIKI_DIR: 'docs/'
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GH_MAIL: 'actions@github.com'
|
||||
GH_NAME: 'github-actions[bot]'
|
||||
uses: Andrew-Chen-Wang/github-wiki-action@v4
|
||||
with:
|
||||
path: 'docs'
|
||||
|
Loading…
Reference in New Issue
Block a user