Skip to content

Commit 6bdbf3c

Browse files
authored
Don't need base arg anymore with custom domain
1 parent 52c8b51 commit 6bdbf3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
working-directory: ${{ env.BUILD_PATH }}
5959
- name: Build site
6060
run: |
61-
${{ steps.detect-package-manager.outputs.manager }} run build -- \
62-
--base "${{ steps.pages.outputs.base_path }}"
61+
${{ steps.detect-package-manager.outputs.manager }} run build
6362
working-directory: ${{ env.BUILD_PATH }}
6463
- name: Upload artifact
6564
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)