Skip to content

Commit

Permalink
tear down!
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Jun 17, 2024
1 parent b8639ca commit 0c08a6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: preview-env-test-deploy
on:
#pull_request:
pull_request:
jobs:
deploy-preview:
runs-on: ubuntu-22.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-docs-teadown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: preview-env-teardown
on:
pull_request:
#on:
#pull_request:
jobs:
tear-dowm-preview-env:
runs-on: ubuntu-22.04
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ module.exports = {
title: "Camunda 8 Docs",
tagline: "Documentation for all components of Camunda 8",
// url: "https://camunda-cloud.github.io",
url: processes.env.DOCS_SITE_URL || "https://docs.camunda.io",
url: process.env.DOCS_SITE_URL || "https://docs.camunda.io",
// baseUrl: "/camunda-cloud-documentation/",
baseUrl: processes.env.DOCS_SITE_BASE_URL || "/",
baseUrl: process.env.DOCS_SITE_BASE_URL || "/",
customFields: {
canonicalUrlRoot: "https://docs.camunda.io",
},
Expand Down

0 comments on commit 0c08a6f

Please sign in to comment.