File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 88permissions :
99 contents : write
1010 pages : write
11- id-token : write
12- pull-requests : write
13- repository-projects : write
1411
1512jobs :
1613 # Build job
@@ -28,25 +25,12 @@ jobs:
2825 - name : Install dependencies
2926 run : pnpm install --g gh-pages && pnpm install
3027
31- - name : Make Docs Directory
32- run : |
33- mkdir docs
34-
3528 - name : Build Docs
3629 run : pnpm build:docs
3730
3831 - name : Display structure of built files
3932 run : ls -R ./docs
4033
41- - name : Setup Pages
42- uses : actions/configure-pages@v5
43-
44- - name : Build with Jekyll
45- uses : actions/jekyll-build-pages@v1
46- with :
47- source : ./
48- destination : ./docs
49-
5034 - name : Upload artifact
5135 uses : actions/upload-pages-artifact@v3
5236 with :
@@ -59,24 +43,11 @@ jobs:
5943 url : ${{ steps.deployment.outputs.page_url }}
6044 runs-on : ubuntu-latest
6145 needs : build
62- strategy :
63- matrix :
64- node-version : [20]
6546
6647 steps :
6748 - name : Checkout
6849 uses : actions/checkout@v4
6950
70- - name : Use Node.js ${{ matrix.node-version }}
71- uses : actions/setup-node@v3
72- with :
73- node-version : ${{ matrix.node-version }}
74-
75- - name : Setup pnpm
76- uses : pnpm/action-setup@v4
77- with :
78- version : 9
79-
8051 - name : Download the build folder
8152 uses : actions/download-artifact@v4
8253 with :
You can’t perform that action at this time.
0 commit comments