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 c69a2a2 commit f39fd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ jobs:
- name: "Install dependencies"
run: pnpm install
working-directory: ${{ env.BUILD_PATH }}
- run: |
echo origin: ${{ steps.pages.outputs.origin }}
echo base_path: ${{ steps.pages.outputs.base_path }}
- name: "Build with Astro"
run: pnpm run build
run: pnpx astro build --site ${{ steps.pages.outputs.origin }}
working-directory: ${{ env.BUILD_PATH }}
- name: "Upload artifact"
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import icon from "astro-icon";

// https://astro.build/config
export default defineConfig({
site: 'https://fernandoarteaga.dev',
// site: 'https://fernandoarteaga.dev',
integrations: [mdx(), sitemap(), icon(), tailwind()]
});

0 comments on commit f39fd04

Please sign in to comment.