-
Notifications
You must be signed in to change notification settings - Fork 5
41 lines (35 loc) · 966 Bytes
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
on:
schedule:
- cron: '59 8 * * 1,4'
workflow_dispatch:
inputs:
version:
description: Manual test execution
default: Test
required: false
name: Test execution
jobs:
build:
name: "Build the site"
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
micromamba-version: "latest"
- name: Register kernel
run: |
python -m ipykernel install --user --name sds
- name: Render Book project
run: |
quarto render