Skip to content

chore: move the file paths to images for easier management (#2067) #1

chore: move the file paths to images for easier management (#2067)

chore: move the file paths to images for easier management (#2067) #1

Workflow file for this run

name: Publish wiki
on:
push:
branches:
- master
paths:
- 'wiki/**'
- '.github/workflows/publish-wiki.yml'
workflow_dispatch:
concurrency:
group: publish-wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
publish-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: Andrew-Chen-Wang/github-wiki-action@v5