Skip to content

Update from copier (2026-07-12T06:02:32) #17

Update from copier (2026-07-12T06:02:32)

Update from copier (2026-07-12T06:02:32) #17

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:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- run: cp README.md docs/wiki/Home.md
<<<<<<< before updating

Check failure on line 25 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 25
- uses: actions-ext/python/setup@main
- run: pip install nbconvert
- run: jupyter nbconvert examples/Client.ipynb --to markdown --output ../docs/wiki/Client.md
- uses: Andrew-Chen-Wang/github-wiki-action@4e78882ff52f8751488e506e49b221145506ee34 # v5.0.5
=======
- uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6
>>>>>>> after updating
with:
path: docs/wiki