File tree 3 files changed +29
-29
lines changed
3 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 46
46
steps :
47
47
- name : Deploy to GitHub Pages
48
48
id : deployment
49
- uses : actions/deploy-pages@v4
49
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ name: Mirror to Codeberg
2
2
3
3
on :
4
4
push :
5
- branches : [' main' ]
6
-
5
+ branches : [" main" ]
6
+
7
7
jobs :
8
8
build :
9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v4
13
- with :
14
- fetch-depth : 0
15
- - name : mirror-repository
16
- uses :
spyoungtech/[email protected]
17
- with :
18
- REMOTE : ' https://codeberg.org/semantic/pages.git'
19
- GIT_USERNAME : gxbs
20
- GIT_PASSWORD : ${{ secrets.GIT_PASSWORD }}
12
+ - uses : actions/checkout@v4
13
+ with :
14
+ fetch-depth : 0
15
+ - name : mirror-repository
16
+ uses :
spyoungtech/[email protected]
17
+ with :
18
+ REMOTE : " https://codeberg.org/semantic/pages.git"
19
+ GIT_USERNAME : gxbs
20
+ GIT_PASSWORD : ${{ secrets.GIT_PASSWORD }}
Original file line number Diff line number Diff line change 9
9
build :
10
10
name : Build and Test
11
11
runs-on : ubuntu-latest
12
-
12
+
13
13
steps :
14
- - name : Checkout repository
15
- uses : actions/checkout@v4
16
-
17
- - name : Set up Node.js
18
- uses : actions/setup-node@v4
19
- with :
20
- node-version : latest
21
-
22
- - name : Set up PNPM
23
- uses : pnpm/action-setup@v3
24
- with :
14
+ - name : Checkout repository
15
+ uses : actions/checkout@v4
16
+
17
+ - name : Set up Node.js
18
+ uses : actions/setup-node@v4
19
+ with :
20
+ node-version : latest
21
+
22
+ - name : Set up PNPM
23
+ uses : pnpm/action-setup@v3
24
+ with :
25
25
version : latest
26
26
27
- - name : Install dependencies
28
- run : pnpm install
29
-
30
- - name : Build project
31
- run : pnpm run docs:build
27
+ - name : Install dependencies
28
+ run : pnpm install
29
+
30
+ - name : Build project
31
+ run : pnpm run docs:build
You can’t perform that action at this time.
0 commit comments