Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,14 @@ jobs:
permissions: write-all
steps:
- uses: actions/checkout@v6
- uses: julia-actions/setup-julia@v2
with:
# Same version as the one used to resolve the manifest
version: '1.12.5'
- uses: julia-actions/cache@v3
- name: Instantiate environment
run: |
julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'
- uses: tlienart/xranklin-build-action@e70949a36370edb99328be6141fb276265d96ea7
with:
# NOTE: this is the base URL prefix (landing page at /$BASE_URL_PREFIX/)
Expand Down
322 changes: 322 additions & 0 deletions Manifest-v1.12.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading