File tree Expand file tree Collapse file tree 4 files changed +1
-72
lines changed Expand file tree Collapse file tree 4 files changed +1
-72
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
jobs :
7
- build-and-deploy-1 :
8
- name : paveloom.github.io
9
- runs-on : ubuntu-latest
10
- steps :
11
- - name : Checkout the repository
12
- uses : actions/checkout@v3
13
- with :
14
- fetch-depth : 0
15
- - name : Build the site
16
- uses : docker://paveloom/site
17
- with :
18
- args : |
19
- sh -c "\
20
- scripts/build.bash \
21
- https://paveloom.github.io \
22
- https://github.com/paveloom/paveloom.github.io"
23
- - name : Deploy
24
- uses : JamesIves/github-pages-deploy-action@v4
25
- with :
26
- branch : gh-pages
27
- folder : public
28
- single-commit : true
29
- build-and-deploy-2 :
7
+ build-and-deploy :
30
8
name : paveloom.dev
31
9
runs-on : ubuntu-latest
32
10
steps :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments