Skip to content

Commit

Permalink
fix reusable action
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoArteaga committed Feb 3, 2024
1 parent f39fd04 commit c79f496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pnpm install
working-directory: ${{ env.BUILD_PATH }}
- name: "Build with Astro"
run: pnpx astro build --site ${{ steps.pages.outputs.origin }}
run: pnpm run build
working-directory: ${{ env.BUILD_PATH }}
- name: "Upload artifact"
uses: actions/upload-pages-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ import icon from "astro-icon";
// https://astro.build/config
export default defineConfig({
// site: 'https://fernandoarteaga.dev',
site: 'https://fernandoarteaga.github.io',
integrations: [mdx(), sitemap(), icon(), tailwind()]
});

0 comments on commit c79f496

Please sign in to comment.