Skip to content

GalaxyWorkflow: improve parsing speed & codegen #240

GalaxyWorkflow: improve parsing speed & codegen

GalaxyWorkflow: improve parsing speed & codegen #240

Workflow file for this run

name: Publish gxformat2 Docs
on: [push, pull_request]
concurrency:
group: docs-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt -r dev-requirements.txt
- name: Build docs
run: |
SKIP_JAVA=1 SKIP_TYPESCRIPT=1 bash build_schema.sh
- name: Deploy Docs
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository_owner == 'galaxyproject'
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
folder: dist/schema