Skip to content

Commit

Permalink
chore: update wiki-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nglehuy authored May 13, 2024
1 parent 2883203 commit d322f34
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/wiki-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,13 @@ concurrency:
cancel-in-progress: true
permissions:
contents: write
env:
GIT_AUTHOR_NAME: Actionbot
GIT_AUTHOR_EMAIL: [email protected]
jobs:
publish:
publish-wiki:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Publish Wiki
uses: docker://decathlon/wiki-page-creator-action:latest
env:
ACTION_MAIL: ${{ env.GIT_AUTHOR_EMAIL }}
ACTION_NAME: ${{ env.GIT_AUTHOR_NAME }}
GH_PAT: ${{ secrets.TOKEN }}
# MD_FOLDER: temp_release_notes
OWNER: TensorSpeech
REPO_NAME: TensorFlowASR
# SKIP_MD: README.md
- uses: actions/[email protected]
- uses: Andrew-Chen-Wang/github-wiki-action@master
with:
token: ${{ secrets.TOKEN }}
path: .
preprocess: true

0 comments on commit d322f34

Please sign in to comment.