Skip to content

Commit c9d6d5c

Browse files
authored
[CI] Use a fixed Julia version for building the website (#43)
* [CI] Use a fixed Julia version for building the website * [CI] Add specific step to instantiate the environment
1 parent ef01649 commit c9d6d5c

4 files changed

Lines changed: 332 additions & 256 deletions

File tree

.github/workflows/Deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,14 @@ jobs:
5050
permissions: write-all
5151
steps:
5252
- uses: actions/checkout@v6
53+
- uses: julia-actions/setup-julia@v2
54+
with:
55+
# Same version as the one used to resolve the manifest
56+
version: '1.12.5'
5357
- uses: julia-actions/cache@v3
58+
- name: Instantiate environment
59+
run: |
60+
julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'
5461
- uses: tlienart/xranklin-build-action@e70949a36370edb99328be6141fb276265d96ea7
5562
with:
5663
# NOTE: this is the base URL prefix (landing page at /$BASE_URL_PREFIX/)

Manifest-v1.12.toml

Lines changed: 322 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)