forked from Upstream/Velocitab
docs: Update workflow
This commit is contained in:
parent
0cee3556f1
commit
83eeba89d3
9
.github/workflows/update_docs.yml
vendored
9
.github/workflows/update_docs.yml
vendored
@ -10,9 +10,6 @@ on:
|
||||
tags-ignore:
|
||||
- '*'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
deploy-wiki:
|
||||
runs-on: ubuntu-latest
|
||||
@ -22,7 +19,7 @@ jobs:
|
||||
- name: 'Push Changes to Wiki'
|
||||
uses: Andrew-Chen-Wang/github-wiki-action@v3
|
||||
env:
|
||||
WIKI_DIR: docs/
|
||||
WIKI_DIR: 'docs/'
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GH_MAIL: ${{ github.actor }}@users.noreply.github.com
|
||||
GH_NAME: ${{ github.repository_owner }}
|
||||
GH_MAIL: 'actions@github.com'
|
||||
GH_NAME: 'github-actions[bot]'
|
Loading…
Reference in New Issue
Block a user