We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e73e0f commit b4e570bCopy full SHA for b4e570b
1 file changed
.github/workflows/deploy.yml
@@ -57,8 +57,9 @@ jobs:
57
run: pnpm build:site
58
59
- name: Create .nojekyll for GitHub Pages
60
- run: touch packages/cosmic-web/dist/.nojekyll
61
- echo "/* /index.html 200" > packages/cosmic-web/dist/_redirects
+ run: |
+ touch packages/cosmic-web/dist/.nojekyll
62
+ echo "/* /index.html 200" > packages/cosmic-web/dist/_redirects
63
64
- name: Upload artifact
65
uses: actions/upload-pages-artifact@v3
0 commit comments