some fixes propagating to other workflows
This commit is contained in:
5
.github/workflows/prerelease-docs.yml
vendored
5
.github/workflows/prerelease-docs.yml
vendored
@@ -9,6 +9,9 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
env:
|
||||||
|
MKDOCS_STRICT: ${{ vars.MKDOCS_STRICT || 'true' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prerelease:
|
prerelease:
|
||||||
if: >
|
if: >
|
||||||
@@ -53,7 +56,7 @@ jobs:
|
|||||||
STRICT_FLAG="--strict"
|
STRICT_FLAG="--strict"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OFFLINE=true mkdocs build ${STRICT_FLAG} -f mkdocs/mkdocs.yml
|
OFFLINE=true mkdocs build ${STRICT_FLAG} -f mkdocs/mkdocs.yml -d $RUNNER_TEMP
|
||||||
|
|
||||||
- name: Build artifact (non-strict)
|
- name: Build artifact (non-strict)
|
||||||
env:
|
env:
|
||||||
|
|||||||
5
.github/workflows/release-docs.yml
vendored
5
.github/workflows/release-docs.yml
vendored
@@ -8,6 +8,9 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
env:
|
||||||
|
MKDOCS_STRICT: ${{ vars.MKDOCS_STRICT || 'true' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: >
|
if: >
|
||||||
@@ -52,7 +55,7 @@ jobs:
|
|||||||
STRICT_FLAG="--strict"
|
STRICT_FLAG="--strict"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OFFLINE=true mkdocs build ${STRICT_FLAG} -f mkdocs/mkdocs.yml
|
OFFLINE=true mkdocs build ${STRICT_FLAG} -f mkdocs/mkdocs.yml -d $RUNNER_TEMP
|
||||||
|
|
||||||
- name: Build artifact (non-strict)
|
- name: Build artifact (non-strict)
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user