File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
- name : Build website
36
36
run : npm run build
37
37
env :
38
- BASE_URL : ' /docs/'
38
+ # BASE_URL: '/docs/'
39
39
INKEEP_API_KEY : ${{ secrets.INKEEP_API_KEY }}
40
40
INKEEP_INTEGRATION_ID : ${{ secrets.INKEEP_INTEGRATION_ID }}
41
41
INKEEP_ORGANIZATION_ID : ${{ secrets.INKEEP_ORGANIZATION_ID }}
48
48
github_token : ${{ secrets.GITHUB_TOKEN }}
49
49
# Build output to publish to the `gh-pages` branch:
50
50
publish_dir : ./build
51
- # cname: docs.gofiber.io
51
+ cname : docs.gofiber.io
52
52
- uses : sarisia/actions-status-discord@v1
53
53
if : ${{ failure() || (success() && steps.last_status.outputs.last_status == 'failure') }}
54
54
with :
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ const darkCodeTheme = require('prism-react-renderer').themes.dracula;
8
8
const config = {
9
9
title : 'Fiber' ,
10
10
tagline : 'An online API documentation with examples so you can start building web apps with Fiber right away!' ,
11
- // url: 'https://docs.gofiber.io',
12
- url : 'https://gofiber.github.io' ,
11
+ url : 'https://docs.gofiber.io' ,
12
+ // url: 'https://gofiber.github.io',
13
13
baseUrl : process . env . BASE_URL || '/' ,
14
14
onBrokenLinks : 'throw' ,
15
15
onBrokenMarkdownLinks : 'warn' ,
You can’t perform that action at this time.
0 commit comments