Skip to content

Merge branch 'main' of https://github.com/tea-compiler/tea-compiler.g… #18

Merge branch 'main' of https://github.com/tea-compiler/tea-compiler.g…

Merge branch 'main' of https://github.com/tea-compiler/tea-compiler.g… #18

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- uses: astral-sh/setup-uv@v5
- run: uv sync --frozen
- run: uv run mkdocs gh-deploy --force