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:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user