Skip to content

Commit c29200e

Browse files
committed
fix URL
1 parent aa1b8ad commit c29200e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CacheNotebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
git fetch origin
2929
git checkout tutorial_notebooks_new
30-
curl https://raw.githubusercontent.com/trixi-framework/Trixi.jl/docs/Project.toml --output Project.toml
30+
curl https://raw.githubusercontent.com/trixi-framework/Trixi.jl/refs/heads/main/docs/Project.toml --output Project.toml
3131
sed -i '1 a Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"' Project.toml
3232
cat Project.toml
3333
# `stable` is a symlink, so we need to retrieve it first to resolve it locally

0 commit comments

Comments
 (0)