This repository was archived by the owner on Mar 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 pipenv-run : docs
3030
31+ - name : Check links resolve
32+ run : pipenv run docs -b linkcheck
33+
3134 - name : Move to versioned directory
3235 # e.g. master or 0.1.2
3336 run : mv build/html ".github/pages/${GITHUB_REF##*/}"
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ commit`` on just the files that have changed::
4444 $ pipenv run pre-commit install
4545
4646.. _black : https://github.com/psf/black
47- .. _flake8 : http ://flake8.pycqa.org/en/latest/
48- .. _isort : https://github.com/timothycrosley /isort
47+ .. _flake8 : https ://flake8.pycqa.org/en/latest/
48+ .. _isort : https://github.com/PyCQA /isort
4949.. _mypy : https://github.com/python/mypy
5050.. _pre-commit : https://pre-commit.com/
5151
@@ -102,7 +102,7 @@ To make a new release, please follow this checklist:
102102- Push to internal gitlab and do a dls-release.py of the tag
103103- Check and edit for clarity the autogenerated GitHub release _
104104
105- .. _release : https://dls-controls.github.io /dls-python3-skeleton/releases
105+ .. _release : https://github.com/ dls-controls/dls-python3-skeleton/releases
106106
107107Updating the tools
108108------------------
You can’t perform that action at this time.
0 commit comments