File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,15 @@ on: push
33
44jobs :
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 }}
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88const 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' ,
You can’t perform that action at this time.
0 commit comments