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:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v3
17- - uses : cachix/install-nix-action@v18
17+ - uses : cachix/install-nix-action@v21
1818 with :
1919 extra_nix_config : |
2020 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
2121
22- - name : Build and deploy
22+ - name : Build site
2323 run : nix develop --command mkdocs build --site-dir public
2424
2525 - 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 3838 name : fcitx5-android on Trello
3939
4040plugins :
41+ - search
4142 - i18n :
4243 default_language : zh
4344 languages :
You can’t perform that action at this time.
0 commit comments