File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11name : Build Only
22
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
6+
37on :
48 push :
59 branches-ignore :
1014 runs-on : ubuntu-latest
1115 steps :
1216 - name : Checkout main
13- uses : actions/checkout@v4
17+ uses : wykies/checkout@main
18+ with :
19+ submodules : recursive
1420 - name : Build only
1521 uses : wykies/zola-deploy-action@master
1622 env :
Original file line number Diff line number Diff line change 11name : Deploy Prod
22
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
6+
37on :
48 push :
59 branches :
1014 runs-on : ubuntu-latest
1115 steps :
1216 - name : Checkout main
13- uses : actions/checkout@v4
17+ uses : wykies/checkout@main
18+ with :
19+ submodules : recursive
1420 - name : Build and deploy
1521 uses : wykies/zola-deploy-action@master
1622 env :
Original file line number Diff line number Diff line change 11name : Deploy Test
22
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
6+
37on :
48 pull_request :
59 branches :
1014 runs-on : ubuntu-latest
1115 steps :
1216 - name : Checkout main
13- uses : actions/checkout@v4
17+ uses : wykies/checkout@main
18+ with :
19+ submodules : recursive
1420 - name : Build and deploy
1521 uses : wykies/zola-deploy-action@master
1622 env :
You can’t perform that action at this time.
0 commit comments