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 ce035e5 commit f836743Copy full SHA for f836743
1 file changed
.github/workflows/docs-deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
npm install
20
npm run build
21
- npx netlify deploy --dir=_site --message='Docs deploy ${{ github.event.release.tag_name }}'
+ npx netlify deploy --dir=_site --message='Docs deploy ${{ github.event.release.tag_name }}' --prod
22
env:
23
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
24
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
0 commit comments