We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6607398 commit 552f3e5Copy full SHA for 552f3e5
1 file changed
.github/workflows/Deploy.yml
@@ -55,6 +55,9 @@ jobs:
55
# Same version as the one used to resolve the manifest
56
version: '1.12.5'
57
- uses: julia-actions/cache@v3
58
+ - name: Instantiate environment
59
+ run: |
60
+ julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'
61
- uses: tlienart/xranklin-build-action@e70949a36370edb99328be6141fb276265d96ea7
62
with:
63
# NOTE: this is the base URL prefix (landing page at /$BASE_URL_PREFIX/)
0 commit comments