Skip to content

chore: Use Prettier for code formatting (#1312) #17

chore: Use Prettier for code formatting (#1312)

chore: Use Prettier for code formatting (#1312) #17

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