diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a8792e..4994f6f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 302ebe6..e964b51 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -1,5 +1,5 @@ import { defineConfig } from 'vitepress' -const { BASE: base = "/" } = process.env; +const { BASE: base = "/docs" } = process.env; // https://vitepress.dev/reference/site-config export default defineConfig({ diff --git a/docs/public/CNAME b/docs/public/CNAME new file mode 100644 index 0000000..72a66b0 --- /dev/null +++ b/docs/public/CNAME @@ -0,0 +1 @@ +docs.astria.org \ No newline at end of file