Skip to content

Commit

Permalink
Prepare GH-Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbcbauer authored Nov 16, 2023
1 parent 915c692 commit 7f7b897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: Build and deploy gh-pages
on:
push:
branches:
- main
- feat/tutorials

jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7f7b897

Please sign in to comment.