File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
34
34
- uses : actions/checkout@v3
35
35
36
36
# 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'
46
46
47
47
# https://github.com/marketplace/actions/vercel-action
48
48
- name : deploy to vercel
You can’t perform that action at this time.
0 commit comments