File tree 6 files changed +310
-2
lines changed
6 files changed +310
-2
lines changed Original file line number Diff line number Diff line change 11
11
build :
12
12
runs-on : ubuntu-latest
13
13
permissions :
14
- contents : read
14
+ contents : write
15
15
id-token : write
16
16
steps :
17
17
- uses : actions/checkout@v4
25
25
- run : npm run build
26
26
- run : npm run test
27
27
- run : npm pkg delete devDependencies scripts packageManager
28
+ - name : Deploy Docs
29
+ uses : peaceiris/actions-gh-pages@v4
30
+ with :
31
+ github_token : ${{ secrets.GITHUB_TOKEN }}
32
+ publish_dir : docs
33
+ publish_branch : gh-pages
28
34
- run : npm publish --access public --provenance
29
35
env :
30
36
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
coverage /
2
2
node_modules /
3
3
.vscode /
4
+ docs /
Original file line number Diff line number Diff line change 4
4
.ncurc
5
5
.vscode /
6
6
coverage /
7
+ docs /
7
8
eslint.config.js
8
9
test /
9
10
tsconfig.json
11
+ typedoc.config.js
Original file line number Diff line number Diff line change 36
36
"@types/node" : " 22.9.1" ,
37
37
"c8" : " 10.1.2" ,
38
38
"eslint" : " 9.15.0" ,
39
+ "typedoc" : " 0.26.11" ,
39
40
"typescript" : " 5.6.3"
40
41
},
41
- "packageManager" : " pnpm@9.13 .2" ,
42
+ "packageManager" : " pnpm@9.14 .2" ,
42
43
"pnpm" : {
43
44
"overrides" : {
44
45
"@eslint/plugin-kit" : " ^0.2.3" ,
You can’t perform that action at this time.
0 commit comments