Skip to content

Commit 2883203

Browse files
authored
chore: update wiki-publish.yml
1 parent 0cdb64c commit 2883203

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/wiki-publish.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ env:
1111
GIT_AUTHOR_NAME: Actionbot
1212
GIT_AUTHOR_EMAIL: [email protected]
1313
jobs:
14-
job-sync-docs-to-wiki:
14+
publish:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Checkout Repo
18-
uses: actions/[email protected]
19-
- name: Sync docs to wiki
20-
uses: newrelic/wiki-sync-action@main
21-
with:
22-
source: docs
23-
destination: wiki
24-
branch: main
25-
token: ${{ secrets.TOKEN }}
26-
gitAuthorName: ${{ env.GIT_AUTHOR_NAME }}
27-
gitAuthorEmail: ${{ env.GIT_AUTHOR_EMAIL }}
17+
- name: Checkout
18+
uses: actions/checkout@main
19+
- name: Publish Wiki
20+
uses: docker://decathlon/wiki-page-creator-action:latest
21+
env:
22+
ACTION_MAIL: ${{ env.GIT_AUTHOR_EMAIL }}
23+
ACTION_NAME: ${{ env.GIT_AUTHOR_NAME }}
24+
GH_PAT: ${{ secrets.TOKEN }}
25+
# MD_FOLDER: temp_release_notes
26+
OWNER: TensorSpeech
27+
REPO_NAME: TensorFlowASR
28+
# SKIP_MD: README.md

0 commit comments

Comments
 (0)