Skip to content

Update from copier (2026-08-05T16:40:33) #7

Update from copier (2026-08-05T16:40:33)

Update from copier (2026-08-05T16:40:33) #7

Workflow file for this run

name: Publish Wiki
on:
push:
branches:
- main
paths:
- "docs/**"
- "README.md"
workflow_dispatch:
concurrency:
group: docs
cancel-in-progress: true
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
<<<<<<< before updating

Check failure on line 23 in .github/workflows/wiki.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/wiki.yaml

Invalid workflow file

You have an error in your yaml syntax on line 23
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6
with:
path: docs/wiki
=======
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Prepare wiki
run: cp README.md docs/wiki/Home.md
- name: Publish wiki
uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6
with:
path: docs/wiki
>>>>>>> after updating