mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
Create publish-wiki.yml
This commit is contained in:
parent
2db08c6b7d
commit
e95bb1b1c6
1 changed files with 22 additions and 0 deletions
22
.github/workflows/publish-wiki.yml
vendored
Normal file
22
.github/workflows/publish-wiki.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: Publish wiki
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- wiki/**
|
||||
- .github/workflows/wiki.yml
|
||||
concurrency:
|
||||
group: wiki
|
||||
cancel-in-progress: true
|
||||
permissions:
|
||||
contents: write
|
||||
jobs:
|
||||
publish-wiki:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: impresscms-dev/strip-markdown-extensions-from-links-action@v1.0.0
|
||||
with:
|
||||
path: wiki
|
||||
- uses: Andrew-Chen-Wang/github-wik-action@v4
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue