We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c8b51 commit 6bdbf3cCopy full SHA for 6bdbf3c
.github/workflows/deploy.yml
@@ -58,8 +58,7 @@ jobs:
58
working-directory: ${{ env.BUILD_PATH }}
59
- name: Build site
60
run: |
61
- ${{ steps.detect-package-manager.outputs.manager }} run build -- \
62
- --base "${{ steps.pages.outputs.base_path }}"
+ ${{ steps.detect-package-manager.outputs.manager }} run build
63
64
- name: Upload artifact
65
uses: actions/upload-pages-artifact@v3
0 commit comments