mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: Rename validate step (#4969)
This is to bypass branch protection rules
This commit is contained in:
parent
4c22287a21
commit
7f61438095
10
.github/workflows/build_doc_prs.yaml
vendored
10
.github/workflows/build_doc_prs.yaml
vendored
@ -7,6 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
|
name: build (18.x) # temporary solution to trick branch protection rules
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -23,12 +24,3 @@ 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