We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fb72e commit caa5bb1Copy full SHA for caa5bb1
.github/workflows/astro.yml
@@ -68,7 +68,8 @@ jobs:
68
working-directory: ${{ env.BUILD_PATH }}
69
- name: Build with Astro
70
run: |
71
- ${{ steps.detect-package-manager.outputs.runner }} astro build \
+ rm -rf ${{ steps.detect-package-manager.outputs.lockfile }} node_modules/ && \
72
+ ${{ steps.detect-package-manager.outputs.runner }} astro build \
73
--site "${{ steps.pages.outputs.origin }}" \
74
--base "${{ steps.pages.outputs.base_path }}"
75
0 commit comments