diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index a145926..1c3e5dc 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -18,6 +18,7 @@ jobs: deploy-website: name: Deploy Website + if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest environment: diff --git a/astro.config.mjs b/astro.config.mjs index 468421e..35777c9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,5 +6,6 @@ import tailwind from "@astrojs/tailwind"; // https://astro.build/config export default defineConfig({ site: "https://virtualbrainlab.github.io", + base: "pinpoint-site", integrations: [tailwind()], }); diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 27e76a9..7bc26f9 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -5,7 +5,8 @@ - + + Pinpoint