Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Jun 11, 2024
1 parent e955165 commit 8aa889d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
BUCKET_NAME: ${{ steps.secrets.outputs.TEMP_BUCKET }}
run: |
gcloud config set pass_credentials_to_gsutil true
gsutil -m cp -R build/* gs://$BUCKET_NAME/pr-${{ github.event.number }}/
gsutil -m cp -R build/* gs://$BUCKET_NAME/pr-${{ github.event.number }}/index.html
- name: Create comment
uses: peter-evans/create-or-update-comment@v4
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: process.env.URL || "https://docs.camunda.io",
url: "https://docs.camunda.io",
// baseUrl: "/camunda-cloud-documentation/",
baseUrl: process.env.BASE_URL || "/",
baseUrl: "/",
customFields: {
canonicalUrlRoot: "https://docs.camunda.io",
},
Expand Down

0 comments on commit 8aa889d

Please sign in to comment.