Skip to content

Commit 8ae64f2

Browse files
benmineractions-user
authored andcommitted
fix: remove website deployment from main workflow [v0.28.1]
1 parent 497f447 commit 8ae64f2

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

.github/workflows/main.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)