File tree 1 file changed +0
-29
lines changed
1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 8
8
permissions :
9
9
contents : write
10
10
pages : write
11
- id-token : write
12
- pull-requests : write
13
- repository-projects : write
14
11
15
12
jobs :
16
13
# Build job
@@ -28,25 +25,12 @@ jobs:
28
25
- name : Install dependencies
29
26
run : pnpm install --g gh-pages && pnpm install
30
27
31
- - name : Make Docs Directory
32
- run : |
33
- mkdir docs
34
-
35
28
- name : Build Docs
36
29
run : pnpm build:docs
37
30
38
31
- name : Display structure of built files
39
32
run : ls -R ./docs
40
33
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
-
50
34
- name : Upload artifact
51
35
uses : actions/upload-pages-artifact@v3
52
36
with :
@@ -59,24 +43,11 @@ jobs:
59
43
url : ${{ steps.deployment.outputs.page_url }}
60
44
runs-on : ubuntu-latest
61
45
needs : build
62
- strategy :
63
- matrix :
64
- node-version : [20]
65
46
66
47
steps :
67
48
- name : Checkout
68
49
uses : actions/checkout@v4
69
50
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
-
80
51
- name : Download the build folder
81
52
uses : actions/download-artifact@v4
82
53
with :
You can’t perform that action at this time.
0 commit comments