Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorobreza committed Jan 3, 2024
1 parent 18bf3b3 commit 1e46d87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
# Using a different branch name? Replace `main` with your branch’s name
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

Expand All @@ -25,8 +23,8 @@ jobs:
- name: Install, build, and upload your site
uses: withastro/action@v1
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)
# 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)

deploy:
Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ export default defineConfig({
"/projects-tags": "/projects",
},
site: "https://gregorobreza.github.io",
base: '/gobreza-simple-portfolio',
base: '/gobreza-simple-portfolio/',
});

0 comments on commit 1e46d87

Please sign in to comment.