Skip to content

Commit b4e570b

Browse files
committed
fix: deploy.yml
1 parent 7e73e0f commit b4e570b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ jobs:
5757
run: pnpm build:site
5858

5959
- name: Create .nojekyll for GitHub Pages
60-
run: touch packages/cosmic-web/dist/.nojekyll
61-
echo "/* /index.html 200" > packages/cosmic-web/dist/_redirects
60+
run: |
61+
touch packages/cosmic-web/dist/.nojekyll
62+
echo "/* /index.html 200" > packages/cosmic-web/dist/_redirects
6263
6364
- name: Upload artifact
6465
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)