mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +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
|
||||
echo "Chalk removed"
|
||||
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