Skip to content

Commit

Permalink
ready for review
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Jul 11, 2024
1 parent b81a4ff commit b48037b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
secret/data/products/camunda-docs/ci/preview-environment PREVIEW_ENV_BUCKET_NAME;
secret/data/products/camunda-docs/ci/preview-environment PREVIEW_ENV_GCLOUD_SA_KEY;
- name: Install Dependencies
run: npm ci

- name: Restore docusaurus cache
if: github.ref != 'refs/heads/main'
uses: actions/cache/restore@v4
Expand All @@ -47,6 +44,9 @@ jobs:
restore-keys: |
${{ runner.os }}-docusaurus-preview-env
- name: Install Dependencies
run: npm ci

- name: Build Docs
env:
NODE_OPTIONS: --max_old_space_size=8192
Expand Down

0 comments on commit b48037b

Please sign in to comment.