Skip to content

Commit

Permalink
test the build
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Jun 17, 2024
1 parent 4015fa8 commit a44b2bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: preview-env-test-deploy

on:
pull_request:
jobs:
deploy-preview:
runs-on: ubuntu-22.04
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/preview-docs-teadown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: preview-env-teardown
on:
pull_request:

jobs:
tear-dowm-preview-env:
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
// url: "https://camunda-cloud.github.io",
url: "https://preview.docs.camunda.cloud",
// baseUrl: "/camunda-cloud-documentation/",
baseUrl: "/pr-1234/",
baseUrl: "/pr-3950/",
customFields: {
canonicalUrlRoot: "https://docs.camunda.io",
},
Expand Down

0 comments on commit a44b2bd

Please sign in to comment.