diff --git a/. github/workflows/deploy.yml b/.github/workflows/deploy.yml similarity index 100% rename from . github/workflows/deploy.yml rename to .github/workflows/deploy.yml diff --git a/. github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml similarity index 100% rename from . github/workflows/test-deploy.yml rename to .github/workflows/test-deploy.yml diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 2109832..0ef55be 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -23,12 +23,12 @@ const config = { url: 'https://docs.fair.pm', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/docs/', + baseUrl: '/', // GitHub pages deployment config. organizationName: 'fairpm', projectName: 'docs', - deploymentBranch: 'main', + deploymentBranch: 'gh-pages', onBrokenLinks: 'throw',