1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-09 04:21:05 +00:00

Enable website development (#2490)

This commit is contained in:
2024-04-05 14:47:56 -05:00
parent 66225f2eff
commit af45bcc642
25 changed files with 263 additions and 54 deletions

View File

@@ -3,6 +3,9 @@ name: Build Website
on:
workflow_call:
inputs:
base_config:
type: string
default: mkdocs-production.yml
ref:
required: true
type: string
@@ -90,6 +93,7 @@ jobs:
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONTEXT: ${{ inputs.context }}
MKDOCS_INHERIT: ${{ inputs.base_config }}
PRODUCTION: true
run: |
pipenv run mkdocs build --config-file config/mkdocs.${{ inputs.lang }}.yml