diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 79c76808..53a60a2b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -47,7 +47,7 @@ jobs: - name: Fetch SDK packages run: yarn prepare - name: Build - run: yarn build + run: yarn build --out-dir ./build/docs # 👆 Build steps - name: Setup Pages uses: actions/configure-pages@v5 diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5b20e71e..09cd84de 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -145,10 +145,10 @@ const config: Config = { tagline: "Easiest way to add video streaming to your React Native app", favicon: "img/favicon.svg", // Set the production url of your site here - url: "https://docs.fishjam.io/", + url: "https://documentation.fishjam.io/", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/", + baseUrl: "/docs", trailingSlash: false, // GitHub pages deployment config.