Skip to content

Commit c8729ab

Browse files
authored
Update deploy.yaml
1 parent a16a568 commit c8729ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/deploy.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- uses: actions/checkout@v3
3535

3636
# https://github.com/marketplace/actions/netlify-deploy
37-
- name: deploy to netlify
38-
uses: jsmrcaga/action-netlify-deploy@v1.8.0
39-
with:
40-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
41-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
42-
NETLIFY_DEPLOY_TO_PROD: true
43-
use_nvm: false
44-
build_command: 'npm run build:docs'
45-
build_directory: 'docs/docs/.vitepress/dist'
37+
# - name: deploy to netlify
38+
# uses: jsmrcaga/action-netlify-deploy@v1.8.0
39+
# with:
40+
# NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
41+
# NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
42+
# NETLIFY_DEPLOY_TO_PROD: true
43+
# use_nvm: false
44+
# build_command: 'npm run build:docs'
45+
# build_directory: 'docs/docs/.vitepress/dist'
4646

4747
# https://github.com/marketplace/actions/vercel-action
4848
- name: deploy to vercel

0 commit comments

Comments
 (0)