Skip to content

Commit

Permalink
merge: ci and _quarto conflicts with main
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Feb 29, 2024
2 parents 8d9dad3 + 2e62759 commit 94b579c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:

push:
branches: ['main', 'day-sampling', 'conda-pdm-refactor' ]
paths-ignore: ['docs/**']

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -65,7 +66,6 @@ jobs:
auto-update-conda: false
activate-environment: ${{ env.CONDA_ENV_NAME }}
environment-file: ${{ env.CONDA_ENV_PATH }}
# auto-activate-base: false
miniforge-version: latest
use-mamba: true

Expand Down Expand Up @@ -94,3 +94,16 @@ jobs:
with:
name: coverage-badge
path: ${{ env.GH_PAGE_PATH }}${{ env.COVERAGE_SVG_PATH }}

- name: Build Conda Environment
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: ${{ env.CONDA_ENV_NAME }}
environment-file: ${{ env.CONDA_ENV_PATH }}
auto-activate-base: false
miniforge-version: latest

- name: Run `quartodoc`
shell: bash -el {0}
run: |
mamba run -n ${{ env.CONDA_ENV_NAME }} quartodoc build
1 change: 0 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ quartodoc:
# write sidebar data to this file
sidebar: _sidebar.yml
source_dir: ./python/
#
# see: https://github.com/alan-turing-institute/clim-recal/issues/128
sections:
- title: Data Source Management
Expand Down

0 comments on commit 94b579c

Please sign in to comment.