Skip to content

Commit

Permalink
Run checks nightly to detect broken URLs (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
grst and pre-commit-ci[bot] authored Aug 16, 2023
1 parent 49eb040 commit 4be6027
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/make-tutorials-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches: [main]
push:
branches: [main]
schedule:
- cron: "0 2 * * *"

concurrency:
group: "pages"
Expand Down Expand Up @@ -43,7 +45,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' && github.event_name != 'schedule'
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 4be6027

Please sign in to comment.