Skip to content

Merge branch 'integration' of github.com:ESGF/esgf-vocab into integra… #17

Merge branch 'integration' of github.com:ESGF/esgf-vocab into integra…

Merge branch 'integration' of github.com:ESGF/esgf-vocab into integra… #17

Workflow file for this run

name: documentation
on:
push:
branches:
- integration
paths:
- docs/**
- src/**
- .github/workflows/docs.yml
jobs:
documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install the latest version of rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true
- name: Sync dependencies
run: rye sync
- name: build
run: docs/build.sh
- name: deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/integration' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/html