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 committed May 13, 2024
1 parent 0cdb64c commit 2883203
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/wiki-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ env:
GIT_AUTHOR_NAME: Actionbot
GIT_AUTHOR_EMAIL: [email protected]
jobs:
job-sync-docs-to-wiki:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/[email protected]
- name: Sync docs to wiki
uses: newrelic/wiki-sync-action@main
with:
source: docs
destination: wiki
branch: main
token: ${{ secrets.TOKEN }}
gitAuthorName: ${{ env.GIT_AUTHOR_NAME }}
gitAuthorEmail: ${{ env.GIT_AUTHOR_EMAIL }}
- 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

0 comments on commit 2883203

Please sign in to comment.