Skip to content

Commit 401654a

Browse files
authored
Fix automatic tests (#594)
# CABLE Thank you for submitting a pull request to the CABLE Project. ## Description The build CI and the link checker in the documentation were failing. This PR solves both issues. Updating the CI action version to fix a problem with the build (see [CI issue](ACCESS-NRI/build-ci#215)) Update link to ACCESS-Hive docs with new URL. ## Testing Please add a reviewer when ready for review. <!-- readthedocs-preview cable start --> ---- 📚 Documentation preview 📚: https://cable--594.org.readthedocs.build/en/594/ <!-- readthedocs-preview cable end -->
2 parents 6102496 + 41304c4 commit 401654a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/model-build-test-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ on:
1010
jobs:
1111
build:
1212
name: Build ${{ github.repository }} via spack
13-
uses: access-nri/build-ci/.github/workflows/model-1-build.yml@e90ea37002e4f3aed6515482eb2cca9ac5cd2a94
13+
uses: access-nri/build-ci/.github/workflows/model-1-build.yml@8c22a98df04c79ced53203461cf05cc8117544a0
1414
permissions:
1515
packages: read

documentation/docs/developer_guide/documentation_guidelines/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ To help you find the file corresponding to a page, on the rendered [documentatio
2929
[cheat-sheets]: ../other_resources/cheat_sheets.md
3030
[api-guidelines]: science_doc.md
3131
[doc-pages]: https://cable.readthedocs.io/en/latest
32-
[Hive-contribute]: https://access-hive.org.au/about/contribute/
32+
[Hive-contribute]: https://docs.access-hive.org.au/about/contribute/
3333
[cable-lsm-join]: https://github.com/CABLE-LSM/CABLE/issues/110

0 commit comments

Comments
 (0)