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 4658bf9 commit b1408a6
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/wiki-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@ concurrency:
cancel-in-progress: true
permissions:
contents: write
env:
GIT_AUTHOR_NAME: Actionbot
GIT_AUTHOR_EMAIL: [email protected]
jobs:
publish-wiki:
job-sync-docs-to-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: Andrew-Chen-Wang/[email protected]
- name: Checkout Repo
uses: actions/[email protected]
- name: Sync docs to wiki
uses: newrelic/wiki-sync-action@main
with:
source: docs
destination: wiki
token: ${{ secrets.TOKEN }}
path: docs/
preprocess: true
gitAuthorName: ${{ env.GIT_AUTHOR_NAME }}
gitAuthorEmail: ${{ env.GIT_AUTHOR_EMAIL }}

0 comments on commit b1408a6

Please sign in to comment.