Skip to content

Commit 13ded4d

Browse files
committed
Update config
1 parent 201c7f4 commit 13ded4d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ on: push
33

44
jobs:
55
deploy:
6+
name: Deploy
67
runs-on: ubuntu-22.04
78
permissions:
89
contents: write
910
steps:
10-
- uses: actions/checkout@v3.3.0
11-
- uses: redkubes/docusaurus-deploy-action@v1.2
11+
- name: Checkout source code
12+
uses: actions/checkout@v3.3.0
13+
- name: Deploy website
14+
uses: redkubes/docusaurus-deploy-action@v1.2
1215
with:
1316
source-folder: .
1417
git-user: ${{ github.actor }}

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'Kadras',
1010
tagline: 'Cloud Native Platform Toolkit',
11-
url: 'https://arktonix.github.io',
12-
baseUrl: '/kadras-website/',
11+
url: 'https://kadras.io',
12+
baseUrl: '/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',
1515
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)