mirror of
https://github.com/BytexGrid/NeatShift.git
synced 2026-05-06 22:08:35 +08:00
Update wiki.yml
This commit is contained in:
15
.github/workflows/wiki.yml
vendored
15
.github/workflows/wiki.yml
vendored
@@ -7,24 +7,21 @@ on:
|
||||
paths:
|
||||
- 'wiki/**'
|
||||
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
update-wiki:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
- name: Upload Wiki Content
|
||||
uses: SwiftDocOrg/github-wiki-publish-action@98d0d21e4c8f4d7c7bef2e2dc8449b4c4c888878
|
||||
uses: Andrew-Chen-Wang/github-wiki-action@v4
|
||||
with:
|
||||
path: "wiki"
|
||||
path: wiki
|
||||
commit-message: "docs: update wiki content"
|
||||
env:
|
||||
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user