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 9d86466 commit 865c90dCopy full SHA for 865c90d
.github/workflows/release.yaml
@@ -150,6 +150,10 @@ jobs:
150
mkdir -p website
151
unzip website.zip -d website
152
153
+ - name: Handle Netlify redirect
154
+ run: |
155
+ echo "/* /index.html 200" > artifacts/website/_redirects
156
+
157
- name: Deploy website to Netlify
158
run: |
159
npx netlify-cli deploy --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} --dir artifacts/website --alias staging
0 commit comments