File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v3
17
- - uses : cachix/install-nix-action@v18
17
+ - uses : cachix/install-nix-action@v21
18
18
with :
19
19
extra_nix_config : |
20
20
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
21
21
22
- - name : Build and deploy
22
+ - name : Build site
23
23
run : nix develop --command mkdocs build --site-dir public
24
24
25
25
- name : Upload artifact
Original file line number Diff line number Diff line change
1
+ name : Pull Request
2
+ on :
3
+ pull_request :
4
+
5
+ jobs :
6
+ build :
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - uses : actions/checkout@v3
10
+
11
+ - uses : cachix/install-nix-action@v21
12
+
13
+ - name : Build site
14
+ run : nix develop --command mkdocs build --site-dir public
15
+
16
+ - name : Upload artifact
17
+ uses : actions/upload-pages-artifact@v1
18
+ with :
19
+ path : public
Original file line number Diff line number Diff line change 38
38
name : fcitx5-android on Trello
39
39
40
40
plugins :
41
+ - search
41
42
- i18n :
42
43
default_language : zh
43
44
languages :
You can’t perform that action at this time.
0 commit comments