docs: Update workflow

This commit is contained in:
William 2023-04-21 14:37:35 +01:00
parent 0cee3556f1
commit 83eeba89d3
No known key found for this signature in database

View File

@ -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]'