Skip to content

Merge branch 'main' of https://github.com/udonrobo/wiki #38

Merge branch 'main' of https://github.com/udonrobo/wiki

Merge branch 'main' of https://github.com/udonrobo/wiki #38

Workflow file for this run

on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force