From 80754e2ad9c0190ef789dd6bd373f042c3ae8235 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Sat, 29 Jul 2023 10:28:06 -0500 Subject: [PATCH] Use strict mkdocs builds --- .github/workflows/site-build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 2b5244a6..adb39af0 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -20,7 +20,10 @@ name: 🏗️ Build Websites -on: [push, workflow_dispatch] +on: + workflow_dispatch: + schedule: + - cron: '0 17 * * *' jobs: build: @@ -69,7 +72,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARDS: true run: | - pipenv run mkdocs build --config-file config/mkdocs.${{ matrix.language }}.yml + pipenv run mkdocs build --strict --config-file config/mkdocs.${{ matrix.language }}.yml pipenv run mkdocs --version - name: Package website