Skip to content

Commit

Permalink
Use quotes instead of backticks in warning message (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Nov 17, 2022
1 parent 1fa081c commit bbd1804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,6 @@ jobs:
STRICT="--strict"
else
STRICT=
echo "::warning file=ci_tests.yml,line=366,col=9,endColumn=31::Beware that the documentation may succeed building, but will not be rendered or built as intended. To ensure this is the case, set `warnings_as_errors` to `true` (using `--strict`)."
echo "::warning file=ci_tests.yml,line=366,col=9,endColumn=31::Beware that the documentation may succeed building, but will not be rendered or built as intended. To ensure this is the case, set 'warnings_as_errors' to 'true' (using '--strict')."
fi
mkdocs build ${STRICT}

0 comments on commit bbd1804

Please sign in to comment.