Skip to content

Commit

Permalink
fix: links, build
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jun 10, 2024
1 parent 97c0e7d commit b574487
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python 3.9
uses: actions/setup-python@v2
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12

- name: Install dependencies
run: |
Expand All @@ -41,6 +41,6 @@ jobs:
run: mkdocs build --clean --strict -v

- name: Check links
uses: untitaker/hyperlink@0.1.27
uses: untitaker/hyperlink@0.1.32
with:
args: site/ --sources docs/
3 changes: 2 additions & 1 deletion docs/releases/upgrading/upgrade-v6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ This script will check that your creators and contributors affiliations are
either free text, which will require no action on your side, contain a ROR
identifier or that they should be a custom vocabulary.


If the affiliations contain ROR identifiers, you will need to add that
vocabulary. See more details [here](../../customize/vocabularies/affiliations.md). Otherwise, you will need to create a
vocabulary. See more details [here](../../../customize/vocabularies/affiliations.md). Otherwise, you will need to create a
custom vocabulary in a similar fashion that was done for the subjects above,
or fix your records (remove the identifiers so only the name is preserved).

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ nav:
- Version v2.0.0: releases/versions/version-v2.0.0.md
- Version v1.0.0: releases/versions/version-v1.0.0.md
- Upgrade guide:
- Upgrade from v11 to v12: releases/upgrading/upgrade-v12.0.md
- Upgrade policy: releases/upgrading/index.md
- Upgrade from v10 to v11: releases/upgrading/upgrade-v11.0.md
- Upgrade from v9 to v10: releases/upgrading/upgrade-v10.0.md
Expand Down
5 changes: 2 additions & 3 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# Invenio-Cli is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

npx markdownlint-cli docs/* && \
awesome_bot --allow-dupe --skip-save-results --allow-redirect docs/**/*.md && \
# npx markdownlint-cli --config .markdownlint.yaml docs/*
mkdocs build -v
rm -rf site/
# rm -rf site/
2 changes: 1 addition & 1 deletion theme/frontpage_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6543a935.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.7e359304.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
<meta name="theme-color" content="{{ primary }}">
{% endblock %}
Expand Down

0 comments on commit b574487

Please sign in to comment.