Skip to content

Commit 16cfc40

Browse files
committed
Update contact email.
1 parent a191b12 commit 16cfc40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/guidelines-authors.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
```
248248

249249
::: {.callout-important title="Content of `build.yml`"}
250-
Authors should **under no circumstances** modify this file. If you encounter a problem (such as the CI not completing successfully), please get in touch with us at <computo@sfds.asso.fr>.
250+
Authors should **under no circumstances** modify this file. If you encounter a problem (such as the CI not completing successfully), please get in touch with us at <contact@computo-journal.org>.
251251
:::
252252

253253
Next, as illustrated in @fig-deploy, under `Settings > Pages` on the webpage of your repository, select **GitHub Actions** as the source for building and deploying your website.
@@ -264,7 +264,7 @@ You can safely delete the `gh-pages` branch if you have one, as we don't need an
264264

265265
While you should have by now handled R, Python or Julia package dependencies using appropriate tools that register environments and version numbers, some of the packages your work depend upon might require external system dependencies that must be installed either when setting up the environment in the github runner or when taking care of the paper rendering or in both cases. To take care of that, you can add and customize two scripts at the root of your repository. Specifically:
266266

267-
- `setup-env-ci.sh` is for setting up the environment and typically adding system dependencies. The virtual machine on github (runner) may need to install some packages with `apt-get` for R or Python packages. Here is an example of such a file taken from @giorgi2024:
267+
- `setup-env-ci.sh` is for setting up the environment and typically adding system dependencies. The virtual machine on GitHub (runner) may need to install some packages with `apt-get` for R or Python packages. Here is an example of such a file taken from @giorgi2024:
268268

269269
```bash
270270
# The CI runs on Linux Ubuntu, here goes system dependencies

0 commit comments

Comments
 (0)