1
0
mirror of https://github.com/privacyguides/i18n.git synced 2025-06-16 07:51:13 +00:00

Use strict mkdocs builds

This commit is contained in:
Jonah Aragon 2023-07-29 10:28:06 -05:00
parent 4618c8deb7
commit 80754e2ad9
Signed by: jonah
SSH Key Fingerprint: SHA256:oJSBSFgpWl4g+IwjL96Ya8ocGfI7r6VKnQw+257pZZ0

View File

@ -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