mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-24 15:25:38 +00:00
Update test-deploy.yml (#8)
This commit is contained in:
committed by
GitHub
parent
b4af04de98
commit
566ae4e405
3
.github/workflows/test-deploy.yml
vendored
3
.github/workflows/test-deploy.yml
vendored
@@ -11,6 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docuactions/cache@v1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
@@ -23,4 +24,4 @@ jobs:
|
||||
- name: Test build website
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=6144"
|
||||
run: yarn build --no-minify
|
||||
run: yarn build --no-minify
|
||||
|
||||
Reference in New Issue
Block a user