Skip to content

Commit

Permalink
post-release typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jun 14, 2024
1 parent ff3909e commit 0fae885
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/jobs/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ deploy docs:
cp scripts/doc/_redirects build/docs
netlify deploy --prod --dir=build/docs --site $DOXYGEN_NETLIFY_SITE_ID
else
netlify link --name ogs-doxygen-${$CI_COMMIT_TAG//./-}
netlify link --name ogs-doxygen-${CI_COMMIT_TAG//./-}
netlify deploy --prod --dir=build/docs
fi
Expand Down
1 change: 1 addition & 0 deletions scripts/ci/jobs/build-guix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ deploy container:
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
allow_failure: true
- if: $CI_COMMIT_TAG
parallel:
matrix:
- GUIX_PACKAGE: ["ogs", "ogs-petsc", "ogs-mkl", "ogs-petsc-mkl"]
Expand Down
8 changes: 4 additions & 4 deletions web/content/releases/6.5.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ binary = [
"Windows-10.0.22631-python-3.12.1-utils.zip",
]
container = [
"serial.sif",
"petsc.sif",
"serial-mkl.sif",
"petsc-mkl.sif",
"serial.squashfs",
"petsc.squashfs",
"serial-mkl.squashfs",
"petsc-mkl.squashfs",
]
pip = true
note = """
Expand Down

0 comments on commit 0fae885

Please sign in to comment.