From d2a4788edca177b2e9fcc7e5c874c75b838539bc Mon Sep 17 00:00:00 2001 From: Violet Hayes Date: Tue, 5 Sep 2023 22:13:47 -0700 Subject: [PATCH] ok actually fixed things now i think --- .github/workflows/deploy.yml | 2 +- documentation/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2f04cbd..b7f567c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,4 +45,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build + publish_dir: ./documentation/build diff --git a/documentation/docusaurus.config.js b/documentation/docusaurus.config.js index 86205f2..620cc37 100644 --- a/documentation/docusaurus.config.js +++ b/documentation/docusaurus.config.js @@ -8,7 +8,7 @@ const config = { title: 'BlockJS', tagline: 'Use JavaScript to interact with Minecraft', url: 'https://block-js.github.io', - baseUrl: '/', + baseUrl: '/blocks', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico',