File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -59,30 +59,30 @@ jobs:
5959 CI : true
6060 TEST_DATABASE_URL : postgresql://user:password@localhost:5432/typegraphql-prisma
6161
62- deploy-website :
63- if : ${{ github.ref == 'refs/heads/main' }}
64-
65- runs-on : ubuntu-latest
66-
67- steps :
68- - uses : actions/checkout@v2
69-
70- - uses : actions/setup-node@v2
71- with :
72- node-version : " 16"
73-
74- - name : Build Docusaurus website
75- run : |
76- cd website
77- npm i
78- npm run build
79-
80- - uses : peaceiris/actions-gh-pages@v3
81- with :
82- github_token : ${{ secrets.GITHUB_TOKEN }}
83- publish_dir : ./website/build
84- user_name : " gh-actions"
85- user_email : " actions@github.com"
86- commit_message : |
87- Deploy website
88- Deploy website version based on
62+ # deploy-website:
63+ # if: ${{ github.ref == 'refs/heads/main' }}
64+
65+ # runs-on: ubuntu-latest
66+
67+ # steps:
68+ # - uses: actions/checkout@v2
69+
70+ # - uses: actions/setup-node@v2
71+ # with:
72+ # node-version: "16"
73+
74+ # - name: Build Docusaurus website
75+ # run: |
76+ # cd website
77+ # npm i
78+ # npm run build
79+
80+ # - uses: peaceiris/actions-gh-pages@v3
81+ # with:
82+ # github_token: ${{ secrets.GITHUB_TOKEN }}
83+ # publish_dir: ./website/build
84+ # user_name: "gh-actions"
85+ # user_email: "actions@github.com"
86+ # commit_message: |
87+ # Deploy website
88+ # Deploy website version based on
Original file line number Diff line number Diff line change 11{
22 "name" : " @scope3/typegraphql-prisma" ,
3- "version" : " 0.28.0 " ,
3+ "version" : " 0.28.1 " ,
44 "scripts" : {
55 "prepare" : " husky install" ,
66 "prebuild" : " rm -rf lib" ,
You can’t perform that action at this time.
0 commit comments