diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 54d4be4..9bc69b7 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -7,7 +7,7 @@ name: Deploy Astro site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["website"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/astro.config.mjs b/astro.config.mjs index b7e049a..74a2a2e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,7 @@ import react from "@astrojs/react"; // https://astro.build/config export default defineConfig({ - site:"https://tedywond.github.io/PROGRESSOR", + site:"https://ripl.github.io/PROGRESSOR", integrations: [tailwind(), icon(), mdx(), react()], markdown: { shikiConfig: {