1
0
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:
Gastón Fournier 2023-09-25 09:12:03 +02:00 committed by GitHub
parent b9946ee35c
commit eb259a3783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"