Skip to content

Commit

Permalink
[ci] Fix check web links.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Nov 27, 2023
1 parent b773bf4 commit e5a2c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/ci/jobs/web-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ check web links:
# Copy notebook pages
- cp -rl build/*/web/content web/
- cd web
- yarn
- yarn index
- hugo server &
- sleep 20
- >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ weight = 1080
- Copy release binaries and container images from CI job to Azure OGS storage to a subdirectory containing the tag name at <https://ogsstorage.blob.core.windows.net/binaries/ogs6>
- Create a release on GitHub mirror (`ufz/ogs`)
- Check if a [Zenodo release](https://zenodo.org/account/settings/github/repository/ufz/ogs#) is automatically issued
- Issue a scan on [Software Heritage Archive](https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://gitlab.opengeosys.org/ogs/ogs.git)
- Issue a scan on [Software Heritage Archive](https://archive.softwareheritage.org/save/)
- Update `CITATION.cff` and `web/content/publications/_index.md` with new Zenodo DOI
- Update `CITATION.cff` author list (`git shortlog -sne 6.4.3...6.4.2`) and corresponding bibtex-entry in publications web page
- Update Zenodo entry with correct authors
Expand Down

0 comments on commit e5a2c17

Please sign in to comment.