Link Check #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ********** Please don't edit this file! | |
# ********** It has been generated automatically by dae_devops version 0.5.4.dev0+g1fb30ef.d20230527. | |
# ********** For repository_name dls-utilpack | |
name: Link Check | |
on: | |
workflow_dispatch: | |
schedule: | |
# Run weekly to check URL links still resolve | |
- cron: "0 8 * * WED" | |
jobs: | |
docs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Install python packages | |
uses: ./.github/actions/install_requirements | |
with: | |
requirements_file: requirements-dev-3.x.txt | |
install_options: -e .[dev] | |
- name: Check links | |
run: tox -e docs build -- -b linkcheck | |
# dae_devops_fingerprint 4a0d076fe76b55b94ff172cc021cae4e |