Skip to content

Commit

Permalink
Create publish-wiki.yml
Browse files Browse the repository at this point in the history
For this github action, is will auto make a whole page of the wiki based on docs folder!
  • Loading branch information
khuonghoanghuy authored Nov 18, 2024
1 parent 0c56eaa commit 136151c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish-wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish wiki
on:
push:
branches: [main]
paths:
- docs/**
- .github/workflows/publish-wiki.yml
concurrency:
group: publish-wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
publish-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Andrew-Chen-Wang/github-wiki-action@v4

0 comments on commit 136151c

Please sign in to comment.