File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 steps :
77 - name : Cache mdbook
88 id : cache-mdbook
9- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2294
9+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
1010 with :
1111 path : ./mdbook-bin
1212 key : ${{ runner.os }}-mdbook-v1
2626
2727 - name : Cache mdbook-mermaid
2828 id : cache-mermaid
29- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2294
29+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3030 with :
3131 path : |
3232 ~/.cargo/bin/mdbook-mermaid
Original file line number Diff line number Diff line change 1414 with :
1515 components : ${{ inputs.components }}
1616 cache : true
17+ cache-on-failure : true
Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : /
5+ schedule :
6+ interval : weekly
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ permissions:
55 contents : read
66
77on :
8+ workflow_dispatch :
89 push :
910 branches :
1011 - dev
2728 - name : Checkout
2829 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2930 with :
30- fetch-depth : 0
31+ fetch-depth : 1
3132
3233 - uses : ./.github/actions/setup-pnpm
3334
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: docs
22run-name : ${{ github.actor }} docs
33
44on :
5+ workflow_dispatch :
56 push :
67 branches :
78 - dev
2526 steps :
2627 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2728 with :
28- fetch-depth : 0
29+ fetch-depth : 1
2930
3031 - uses : ./.github/actions/setup-mdbook
3132
4344 steps :
4445 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4546 with :
46- fetch-depth : 0
47+ fetch-depth : 1
4748
4849 - uses : ./.github/actions/setup-mdbook
4950
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ permissions:
66 checks : write
77
88on :
9+ workflow_dispatch :
910 push :
1011 branches :
1112 - dev
3031 - name : Checkout
3132 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3233 with :
33- fetch-depth : 0
34+ fetch-depth : 1
3435
3536 - uses : ./.github/actions/setup-pnpm
3637
Original file line number Diff line number Diff line change 1919 - name : Checkout
2020 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2121 with :
22- fetch-depth : 0
22+ fetch-depth : 1
2323
2424 - name : Set VERSION
2525 run : |
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ permissions:
66 checks : write
77
88on :
9+ workflow_dispatch :
910 push :
1011 branches :
1112 - dev
3132 - name : Checkout
3233 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3334 with :
34- fetch-depth : 0
35+ fetch-depth : 1
3536
3637 - uses : ./.github/actions/setup-pnpm
3738
5354 - name : Checkout
5455 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5556 with :
56- fetch-depth : 0
57+ fetch-depth : 1
5758
5859 - uses : ./.github/actions/setup-rust
5960
Original file line number Diff line number Diff line change 3131 - name : Checkout
3232 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3333 with :
34- fetch-depth : 0
34+ fetch-depth : 1
3535
3636 - uses : ./.github/actions/extract-changelog
3737 with :
9191 - name : Checkout
9292 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9393 with :
94- fetch-depth : 0
94+ fetch-depth : 1
9595
9696 - name : Set VERSION
9797 run : |
@@ -107,7 +107,7 @@ jobs:
107107 if : runner.os == 'Windows'
108108 run : |
109109 rm -rf ./web/dist
110- mv .. /server-ui/dist ./web/dist
110+ mv ${{ github.workspace }}/apps /server-ui/dist ./web/dist
111111
112112 - uses : taiki-e/upload-rust-binary-action@3962470d6e7f1993108411bc3f75a135ec67fc8c
113113 with :
You can’t perform that action at this time.
0 commit comments