Skip to content

Commit

Permalink
Update branch name and site URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kizzandev committed Feb 5, 2024
1 parent d339d95 commit a456f92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
push:
branches: [ dev ]
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

Expand All @@ -25,7 +25,7 @@ jobs:
with:
# path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)

deploy:
needs: build
Expand Down
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import tailwind from '@astrojs/tailwind';

// https://astro.build/config
export default defineConfig({
site: 'http://192.168.0.5:3000',
// site: 'http://192.168.0.5:3000', // dev
site: 'https://kizendev.github.io', // gh-pages
// integrations: [react(), tailwind()],
integrations: [tailwind()],
image: {
Expand Down

0 comments on commit a456f92

Please sign in to comment.