diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 15ff24a..1e9fd20 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: working-directory: ${{ env.BUILD_PATH }} - name: Build site run: | - ${{ steps.detect-package-manager.outputs.manager }} run build \ + ${{ steps.detect-package-manager.outputs.manager }} run build -- \ --base "${{ steps.pages.outputs.base_path }}" working-directory: ${{ env.BUILD_PATH }} - name: Upload artifact