Skip to content

Commit

Permalink
try CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
simeydotme committed Sep 3, 2023
1 parent 16d6ac1 commit 85806d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to GitHub Pages

on:
push:
branches: [main]
branches: [astro-pages]
workflow_dispatch:

permissions:
Expand Down
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import svelte from "@astrojs/svelte";
// https://astro.build/config
export default defineConfig({
integrations: [svelte(), mdx(), minifier(), sitemap()],
base: `/`,
site: `https://advanced-astro.dev`,
base: `/svelte-range-slider-pips/`,
site: `https://simeydotme.github.io`,
outDir: `./docs`,
vite: {
server: {
Expand Down

0 comments on commit 85806d3

Please sign in to comment.