Skip to content

Cleanup PyScript renderer & use Bun for building JS (#254) #42

Cleanup PyScript renderer & use Bun for building JS (#254)

Cleanup PyScript renderer & use Bun for building JS (#254) #42

name: Publish Develop Docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements/build-docs.txt
- name: Publish Develop Docs
run: |
git config user.name github-actions
git config user.email [email protected]
cd docs
mike deploy --push develop
concurrency:
group: publish-docs