Skip to content

Commit

Permalink
Update astro.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DamitusThyYeetus123 authored Dec 2, 2024
1 parent 7066efd commit 88004fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Build with Astro
run: |
pnpm astro build \
--site "${{ steps.pages.outputs.origin }}"
--site "${{ steps.pages.outputs.origin }}" \
--base "${{ steps.pages.outptus.base_path}}"
working-directory: ${{ env.BUILD_PATH }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 88004fb

Please sign in to comment.