Skip to content

Commit b8639ca

Browse files
committed
tear down!
1 parent a44b2bd commit b8639ca

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/deploy-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: preview-env-test-deploy
22
on:
3-
pull_request:
3+
#pull_request:
44
jobs:
55
deploy-preview:
66
runs-on: ubuntu-22.04

.github/workflows/preview-docs-teadown.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: preview-env-teardown
2-
2+
on:
3+
pull_request:
34
jobs:
45
tear-dowm-preview-env:
56
runs-on: ubuntu-22.04

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ module.exports = {
77
title: "Camunda 8 Docs",
88
tagline: "Documentation for all components of Camunda 8",
99
// url: "https://camunda-cloud.github.io",
10-
url: "https://preview.docs.camunda.cloud",
10+
url: processes.env.DOCS_SITE_URL || "https://docs.camunda.io",
1111
// baseUrl: "/camunda-cloud-documentation/",
12-
baseUrl: "/pr-3950/",
12+
baseUrl: processes.env.DOCS_SITE_BASE_URL || "/",
1313
customFields: {
1414
canonicalUrlRoot: "https://docs.camunda.io",
1515
},

0 commit comments

Comments
 (0)