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 38bd08e commit 7aeedf6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wiki-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish Wiki Pages
on:
push:
branches: [main]
paths:
- docs/**
concurrency:
group: publish-wiki
cancel-in-progress: true
Expand All @@ -11,8 +13,8 @@ jobs:
publish-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Andrew-Chen-Wang/github-wiki-action@v4
- uses: actions/checkout@v4.1.4
- uses: Andrew-Chen-Wang/github-wiki-action@v4.4.0
with:
token: ${{ secrets.TOKEN }}
path: docs/
Expand Down

0 comments on commit 7aeedf6

Please sign in to comment.