Skip to content

Commit

Permalink
Don't need base arg anymore with custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanseddon authored Nov 28, 2024
1 parent 52c8b51 commit 6bdbf3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
working-directory: ${{ env.BUILD_PATH }}
- name: Build site
run: |
${{ steps.detect-package-manager.outputs.manager }} run build -- \
--base "${{ steps.pages.outputs.base_path }}"
${{ steps.detect-package-manager.outputs.manager }} run build
working-directory: ${{ env.BUILD_PATH }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 6bdbf3c

Please sign in to comment.