File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 1111 GIT_AUTHOR_NAME : Actionbot
1212 GIT_AUTHOR_EMAIL :
[email protected] 1313jobs :
14- job-sync-docs-to-wiki :
14+ publish :
1515 runs-on : ubuntu-latest
1616 steps :
17- - name : Checkout Repo
18- 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
You can’t perform that action at this time.
0 commit comments