Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tedywond committed Nov 30, 2024
1 parent 7dcf7c1 commit 6f5d241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 6f5d241

Please sign in to comment.