Skip to content

Commit

Permalink
Move it to a root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nie7321 committed Oct 22, 2023
1 parent 2fd47b9 commit 068256f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/
cname: atcg.godless-internets.org
2 changes: 0 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 068256f

Please sign in to comment.