From 7f7b897ed6a31af2e6c536d02501875eeca139a0 Mon Sep 17 00:00:00 2001 From: Stephan Bauer Date: Thu, 16 Nov 2023 21:00:51 +0100 Subject: [PATCH] Prepare GH-Pages --- .github/workflows/build-and-deploy-gh-pages.yaml | 2 +- docusaurus.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy-gh-pages.yaml b/.github/workflows/build-and-deploy-gh-pages.yaml index 84cbdc58963..b3261397cfb 100644 --- a/.github/workflows/build-and-deploy-gh-pages.yaml +++ b/.github/workflows/build-and-deploy-gh-pages.yaml @@ -23,7 +23,7 @@ name: Build and deploy gh-pages on: push: branches: - - main + - feat/tutorials jobs: deploy: diff --git a/docusaurus.config.js b/docusaurus.config.js index 597a9be923b..8841f85e19b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -8,8 +8,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); const config = { title: 'Eclipse Tractus-X', tagline: '', - url: 'https://eclipse-tractusx.github.io', - baseUrl: '/', + url: 'https://stephanbcbauer.github.io', + baseUrl: '/eclipse-tractusx.github.io/', onBrokenLinks: 'warn', onBrokenMarkdownLinks: 'warn', favicon: 'img/logo_tractus-x-min.ico',