File tree 4 files changed +19
-36
lines changed
4 files changed +19
-36
lines changed Original file line number Diff line number Diff line change @@ -273,31 +273,9 @@ jobs:
273
273
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
274
274
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
275
275
run: yarn release
276
-
277
- publish-docs:
278
- runs-on: ubuntu-latest
279
- needs: deploy-packages
280
- strategy:
281
- matrix:
282
- node-version: [18.x]
283
-
284
- steps:
285
- - uses: actions/checkout@v3
286
- with:
287
- ref: "production"
288
- - name: Use Node.js ${{ matrix.node-version }}
289
- uses: actions/setup-node@v3
290
- with:
291
- node-version: ${{ matrix.node-version }}
292
- - name: Install dependencies
293
- run: yarn install --immutable --network-timeout 500000
294
- - name: Build pages
295
- env:
296
- CI: true
297
- run: yarn api:build && yarn vuepress:docs:build
298
- - name: Publish pages
299
- env:
300
- CI: true
301
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
302
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
303
- run: yarn docs:publish
276
+ - name: "Trigger Website workflow"
277
+ run: |
278
+ curl -X POST https://api.github.com/repos/tsedio/tsed/actions/workflows/website.yml/dispatches \
279
+ -H ' Accept: application/vnd.github.everest-preview+json' \
280
+ -H 'Authorization : Bearer ${{secrets.GH_TOKEN}}' \
281
+ --data '{"ref" : " production" }'
Original file line number Diff line number Diff line change @@ -6,12 +6,17 @@ name: Website
6
6
on :
7
7
workflow_dispatch :
8
8
9
+ permissions :
10
+ contents : read
11
+ pages : write
12
+ id-token : write
13
+
9
14
jobs :
10
15
publish-docs :
11
16
runs-on : ubuntu-latest
12
17
strategy :
13
18
matrix :
14
- node-version : [18 .x]
19
+ node-version : [20 .x]
15
20
steps :
16
21
- uses : actions/checkout@v2
17
22
- name : Use Node.js ${{ matrix.node-version }}
34
39
runs-on : ubuntu-latest
35
40
strategy :
36
41
matrix :
37
- node-version : [18 .x]
42
+ node-version : [20 .x]
38
43
steps :
39
44
- uses : actions/checkout@v2
40
45
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 118
118
"@swc/core" : " 1.3.41" ,
119
119
"@swc/helpers" : " 0.4.14" ,
120
120
"@swc/jest" : " 0.2.20" ,
121
- "@tsed/monorepo-utils" : " 2.1.0 " ,
121
+ "@tsed/monorepo-utils" : " 2.1.1 " ,
122
122
"@tsed/ts-doc" : " 4.0.14" ,
123
123
"@types/axios" : " 0.14.0" ,
124
124
"@types/chai" : " 4.3.0" ,
Original file line number Diff line number Diff line change @@ -6856,9 +6856,9 @@ __metadata:
6856
6856
languageName: unknown
6857
6857
linkType: soft
6858
6858
6859
- "@tsed/monorepo-utils@npm:2.1.0 ":
6860
- version: 2.1.0
6861
- resolution: "@tsed/monorepo-utils@npm:2.1.0 "
6859
+ "@tsed/monorepo-utils@npm:2.1.1 ":
6860
+ version: 2.1.1
6861
+ resolution: "@tsed/monorepo-utils@npm:2.1.1 "
6862
6862
dependencies:
6863
6863
"@samverschueren/stream-to-observable": "npm:>=0.3.1"
6864
6864
"@typescript-eslint/typescript-estree": "npm:>=6.20.0"
@@ -6885,7 +6885,7 @@ __metadata:
6885
6885
semantic-release: ">=19"
6886
6886
bin:
6887
6887
monorepo: bin/monorepo.js
6888
- checksum: 10/f906f747deb85e4386b9d2864d3e6f94e564432164f5b8b442c8c24a32f27732bc2640c75f0d800993da88e625cd581b39b2574efbac4a5ca1eef3156d3a410c
6888
+ checksum: 10/a97ce2a04535e79a7763c8952d78cbac9c560c24d653cf6248766f77497c9eb35abb3bed0510ce3d98f6d26624007eff1d30df2a5d68916b1e1d7dc9d0c43ab0
6889
6889
languageName: node
6890
6890
linkType: hard
6891
6891
@@ -7641,7 +7641,7 @@ __metadata:
7641
7641
"@swc/helpers": "npm:0.4.14"
7642
7642
"@swc/jest": "npm:0.2.20"
7643
7643
"@tsed/logger": "npm:>=6.2.2"
7644
- "@tsed/monorepo-utils": "npm:2.1.0 "
7644
+ "@tsed/monorepo-utils": "npm:2.1.1 "
7645
7645
"@tsed/ts-doc": "npm:4.0.14"
7646
7646
"@types/axios": "npm:0.14.0"
7647
7647
"@types/chai": "npm:4.3.0"
You can’t perform that action at this time.
0 commit comments