diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml
index 4b66ac9f..d066effe 100644
--- a/.github/workflows/preview.yml
+++ b/.github/workflows/preview.yml
@@ -69,11 +69,11 @@ jobs:
- name: Write pr redirect index.html
run: |
mkdir -p .vercel/output/static/pr
- echo "" > .vercel/output/static/pr/index.html
+ echo "" > .vercel/output/static/pr/index.html
- name: Write commit redirect index.html
run: |
mkdir -p .vercel/output/static/commit
- echo "" > .vercel/output/static/commit/index.html
+ echo "" > .vercel/output/static/commit/index.html
- name: Download Generated Sounds map
run: node scripts/downloadSoundsMap.mjs
- name: Deploy Project Artifacts to Vercel