File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : CSpell English
2222 run : task spell-check
2323 build :
24+ needs : spell-checker
2425 runs-on : ubuntu-latest
2526 container : ghcr.io/cn-docker/hugo:v0.157.0
2627 steps :
3738 path : public
3839 retention-days : 1
3940 publish :
41+ needs : build
4042 environment : development
4143 runs-on : ubuntu-latest
42- needs : build
4344 steps :
4445 - name : Download the built site
4546 uses : actions/download-artifact@v8
Original file line number Diff line number Diff line change 2525 - name : CSpell English
2626 run : task spell-check
2727 build :
28+ needs : spell-checker
2829 runs-on : ubuntu-latest
2930 container : ghcr.io/cn-docker/hugo:v0.157.0
3031 steps :
4142 path : public
4243 retention-days : 8
4344 publish :
45+ needs : build
4446 environment : production
4547 runs-on : ubuntu-latest
46- needs : build
4748 steps :
4849 - name : Checkout
4950 uses : actions/checkout@v6
6768 commit-message : Publish revision ${{ github.sha }}
6869 user-email : learn.software.eng@gmail.com
6970 index-now :
71+ needs : publish
7072 runs-on : ubuntu-latest
7173 container : ghcr.io/cn-docker/hugo:v0.157.0
72- needs : publish
7374 steps :
7475 - name : Checkout
7576 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 1515 - name : CSpell
1616 run : task spell-check
1717 build :
18+ needs : spell-checker
1819 runs-on : ubuntu-latest
1920 container : ghcr.io/cn-docker/hugo:v0.157.0
2021 env :
You can’t perform that action at this time.
0 commit comments