Magpie/.github/workflows/wiki.yml
dependabot[bot] 2c4e6aa8ca
chore(deps): bump actions/checkout from 5 to 6 (#1342)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 20:25:01 +08:00

20 lines
425 B
YAML

name: Publish wiki
on:
push:
branches: [ main ]
paths: [ '.github/workflows/wiki.yml', 'docs/**', 'scripts/wiki.py' ]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Upload documentations to wiki
run: python scripts/wiki.py ${{ secrets.CONTENTS_ACCESS_TOKEN }}