Skip to content

2.13.0 - Carpodacus erythrinus 🐤 #27

2.13.0 - Carpodacus erythrinus 🐤

2.13.0 - Carpodacus erythrinus 🐤 #27

Workflow file for this run

name: "Build Sphinx Documentation"
on:
release:
types: [published]
jobs:
docs:
runs-on: ubuntu-latest
permissions:
contents: write
services:
postgres:
image: postgis/postgis:13-3.2
env:
POSTGRES_DB: geonature2db
POSTGRES_PASSWORD: geonatpasswd
POSTGRES_USER: geonatadmin
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Build and Commit
uses: sphinx-notes/pages@v2
with:
requirements_path: docs/requirements.txt
env:
GEONATURE_CONFIG_FILE: config/test_config.toml
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages