mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
chore: Doc only should skip build (#4820)
## About the changes This fakes the build on docs-only PRs to be able to have a green build. Touching a doc to validate it works
This commit is contained in:
parent
b9946ee35c
commit
eb259a3783
9
.github/workflows/build_doc_prs.yaml
vendored
9
.github/workflows/build_doc_prs.yaml
vendored
@ -23,3 +23,12 @@ jobs:
|
|||||||
sed -i 's/chalk\(\w\|\.\)\+//g' node_modules/@docusaurus/core/lib/client/serverEntry.js
|
sed -i 's/chalk\(\w\|\.\)\+//g' node_modules/@docusaurus/core/lib/client/serverEntry.js
|
||||||
echo "Chalk removed"
|
echo "Chalk removed"
|
||||||
yarn build
|
yarn build
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: build
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
node-version: [18.x]
|
||||||
|
steps:
|
||||||
|
- run: echo "Fake build step for docs only PRs"
|
||||||
|
Loading…
Reference in New Issue
Block a user