File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/setup-node@v4
14
14
with :
15
15
node-version : 20
16
+ - run : |
17
+ sudo apt-get update && sudo apt-get install -y wget git
18
+ - run : |
19
+ wget -q -O - \
20
+ "https://github.com/getzola/zola/releases/download/v0.19.1/zola-v0.19.1-x86_64-unknown-linux-gnu.tar.gz" \
21
+ | sudo tar xzf - -C /usr/local/bin
22
+
16
23
- run : npm install
17
24
- run : npm run abridge
18
25
- name : ' Build only'
31
38
- uses : actions/setup-node@v4
32
39
with :
33
40
node-version : 20
41
+ - run : |
42
+ sudo apt-get update && sudo apt-get install -y wget git
43
+ - run : |
44
+ wget -q -O - \
45
+ "https://github.com/getzola/zola/releases/download/v0.19.1/zola-v0.19.1-x86_64-unknown-linux-gnu.tar.gz" \
46
+ | sudo tar xzf - -C /usr/local/bin
34
47
- run : npm install
35
48
- run : npm run abridge
36
49
- name : ' Build and deploy'
You can’t perform that action at this time.
0 commit comments