Skip to content

fix: Add custom path to the publish wiki workflow (#1233) #12

fix: Add custom path to the publish wiki workflow (#1233)

fix: Add custom path to the publish wiki workflow (#1233) #12

Workflow file for this run

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:
- name: 🔧 Checkout
uses: actions/checkout@v4
- name: 📖 Build Wiki
uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
path: ./docs