Skip to content

Commit

Permalink
Add wiki workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed May 4, 2024
1 parent d89b1c6 commit 2f51ab5
Show file tree
Hide file tree
Showing 2 changed files with 1,155 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:
- wiki/**
- .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
Loading

0 comments on commit 2f51ab5

Please sign in to comment.