Skip to content

Commit

Permalink
feat: add docusaurus caching to staging build
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Oct 8, 2024
1 parent 0f4f03d commit 35790f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
node-version: 16
- name: Install Dependencies
run: npm ci
- name: Cache Docusaurus
uses: ./.github/actions/docusaurus-cache
- name: Update URL
run: 'sed -i ''s!url: "https://docs.camunda.io"!url: "https://stage.docs.camunda.io"!g'' docusaurus.config.js'
- name: Update redirects for environment
Expand Down

0 comments on commit 35790f0

Please sign in to comment.