Skip to content

Commit

Permalink
Deactivate the second check
Browse files Browse the repository at this point in the history
Deactivate the second check until links have been updated in the
chapters and we can expect the check to pass
  • Loading branch information
hakonhagland committed Jan 17, 2025
1 parent 419ff64 commit 98145ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check_keyword_linking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ jobs:
# the changes the current PR and push them to the remote repository the workflow should
# then pass on the next run.
poetry run fodt-gen-kw-uri-map --check-changed
# The following command will fail if there are any changes to the keyword linking in the
# .fodt files. If it fails, the whole workflow fails and the PR should not be merged. The
# user should then run fodt-link-keywords script to update the keyword linking in the files
# and commit the changes the current PR and push them to the remote repository the workflow
# should then pass on the next run.
poetry run fodt-link-keywords --all --check-changed
# TODO: We disable this check until links have been updated in the chapters, and the
# we can expect the check to pass.
#poetry run fodt-link-keywords --all --check-changed

0 comments on commit 98145ee

Please sign in to comment.