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:
|
tags-ignore:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-wiki:
|
deploy-wiki:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -22,7 +19,7 @@ jobs:
|
|||||||
- name: 'Push Changes to Wiki'
|
- name: 'Push Changes to Wiki'
|
||||||
uses: Andrew-Chen-Wang/github-wiki-action@v3
|
uses: Andrew-Chen-Wang/github-wiki-action@v3
|
||||||
env:
|
env:
|
||||||
WIKI_DIR: docs/
|
WIKI_DIR: 'docs/'
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
GH_MAIL: ${{ github.actor }}@users.noreply.github.com
|
GH_MAIL: 'actions@github.com'
|
||||||
GH_NAME: ${{ github.repository_owner }}
|
GH_NAME: 'github-actions[bot]'
|
Loading…
Reference in New Issue
Block a user