Skip to content

Commit c2b5d6c

Browse files
committed
using environment.yml, added CRON, updated template for PNG inclusion
1 parent eb4bacf commit c2b5d6c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Main Workflows
22

33
on:
4+
schedule:
5+
- cron: "0 8 * * 0"
46
push:
57
branches: ["main","master"]
68
repository_dispatch:

environment.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: template-python
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- jupyter
6+
- matplotlib
7+
- numpy

requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

template-computo-python.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ It is also possible to create figures from static images:
141141

142142
:::{#fig-logo}
143143

144-
![](https://computo.sfds.asso.fr/assets/img/logo_text_vertical.png){height=200}
144+
![](https://raw.githubusercontent.com/computorg/comm/main/design/logo_text_vertical.png){height=200}
145145

146146
Computo logo (label)
147147
:::

0 commit comments

Comments
 (0)