Skip to content

Commit

Permalink
Testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rfraposa committed Apr 8, 2022
1 parent d006b38 commit 4f6ca21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
with:
repository-name: ClickHouse/clickhouse-docs-content
branch: gh-pages
folder: build
folder: .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const clickhouseTheme = require('prism-react-renderer/themes/vsLight');
const config = {
title: 'ClickHouse Docs',
tagline: 'Documentation, quick starts, user guides, technical references, FAQs and more...',
url: 'https://clickhouse.com/',
baseUrl: '/docs/',
url: 'https://sturdy-adventure-06fed4eb.pages.github.io/',
baseUrl: '/',
onBrokenLinks: 'error',
onBrokenMarkdownLinks: 'ignore',
favicon: 'img/favicon.ico',
Expand Down

0 comments on commit 4f6ca21

Please sign in to comment.