(cms) Run the Linkchecker #609
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
name: (cms) Run the Linkchecker | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 3 * * *' # Run the Linkchecker at 03:00am UTC so that it is finished at 05:00am CEST | |
jobs: | |
run-linkchecker: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check Links 🖇️ | |
uses: fjogeleit/http-request-action@v1 | |
with: | |
url: 'https://linkchecker.young-carers-austria.at/check-content' | |
method: 'GET' | |
timeout: 120000 |