forked from Upstream/Velocitab
docs: Update update_docs.yml
This commit is contained in:
parent
380335b14d
commit
bed49aef64
8
.github/workflows/update_docs.yml
vendored
8
.github/workflows/update_docs.yml
vendored
@ -3,14 +3,16 @@ name: Update Docs
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [ 'master' ]
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'workflows/update_docs.yml'
|
- 'workflows/update_docs.yml'
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-wiki:
|
deploy-wiki:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -21,6 +23,6 @@ jobs:
|
|||||||
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: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GH_MAIL: ${{ github.actor }}@users.noreply.github.com
|
GH_MAIL: ${{ github.actor }}@users.noreply.github.com
|
||||||
GH_NAME: ${{ github.repository_owner }}
|
GH_NAME: ${{ github.repository_owner }}
|
Loading…
Reference in New Issue
Block a user