diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ec50e4a..0cd9885 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,8 +17,10 @@ jobs: cache: 'yarn' - run: yarn install - run: yarn build - + - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4 + uses: peaceiris/actions-gh-pages@v3 with: - folder: dist/ \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist/ + cname: atcg.godless-internets.org \ No newline at end of file diff --git a/astro.config.mjs b/astro.config.mjs index 343b4bb..5a517ae 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -15,8 +15,6 @@ const createSROnlyLabel = (text) => { // https://astro.build/config export default defineConfig({ - site: 'https://nie7321.github.io', - base: '/homestuck-atcg', integrations: [tailwind(), alpinejs()], markdown: { remarkPlugins: [remarkToc],