mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-03-11 07:20:31 +00:00
16 lines
336 B
YAML
16 lines
336 B
YAML
on:
|
|
push:
|
|
branches: [main]
|
|
paths:
|
|
- docs/**
|
|
- .github/workflows/publish-wiki.yml
|
|
|
|
jobs:
|
|
publish-wiki:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: Andrew-Chen-Wang/github-wiki-action@v4.3.0
|
|
with:
|
|
path: docs/
|
|
token: ${{ secrets.ACCESS_TOKEN }}
|