Skip to content

Commit caa5bb1

Browse files
author
jarvis
committed
Updates
1 parent e9fb72e commit caa5bb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/astro.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
working-directory: ${{ env.BUILD_PATH }}
6969
- name: Build with Astro
7070
run: |
71-
${{ steps.detect-package-manager.outputs.runner }} astro build \
71+
rm -rf ${{ steps.detect-package-manager.outputs.lockfile }} node_modules/ && \
72+
${{ steps.detect-package-manager.outputs.runner }} astro build \
7273
--site "${{ steps.pages.outputs.origin }}" \
7374
--base "${{ steps.pages.outputs.base_path }}"
7475
working-directory: ${{ env.BUILD_PATH }}

0 commit comments

Comments
 (0)