mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
Open docs(v2): Indent code example to improve readability (#5152)
This commit is contained in:
parent
dd035088c6
commit
d1f3a3631a
1 changed files with 6 additions and 6 deletions
|
@ -214,11 +214,11 @@ jobs:
|
|||
- name: Test Build
|
||||
run: |
|
||||
if [ -e yarn.lock ]; then
|
||||
yarn install --frozen-lockfile
|
||||
yarn install --frozen-lockfile
|
||||
elif [ -e package-lock.json ]; then
|
||||
npm ci
|
||||
npm ci
|
||||
else
|
||||
npm i
|
||||
npm i
|
||||
fi
|
||||
npm run build
|
||||
gh-release:
|
||||
|
@ -240,11 +240,11 @@ jobs:
|
|||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "gh-actions"
|
||||
if [ -e yarn.lock ]; then
|
||||
yarn install --frozen-lockfile
|
||||
yarn install --frozen-lockfile
|
||||
elif [ -e package-lock.json ]; then
|
||||
npm ci
|
||||
npm ci
|
||||
else
|
||||
npm i
|
||||
npm i
|
||||
fi
|
||||
npm run deploy
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue