We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1b8ad commit c29200eCopy full SHA for c29200e
.github/workflows/CacheNotebooks.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
git fetch origin
29
git checkout tutorial_notebooks_new
30
- curl https://raw.githubusercontent.com/trixi-framework/Trixi.jl/docs/Project.toml --output Project.toml
+ curl https://raw.githubusercontent.com/trixi-framework/Trixi.jl/refs/heads/main/docs/Project.toml --output Project.toml
31
sed -i '1 a Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"' Project.toml
32
cat Project.toml
33
# `stable` is a symlink, so we need to retrieve it first to resolve it locally
0 commit comments