Skip to content

Commit c0cf27c

Browse files
committed
Fix
1 parent 4eee9e4 commit c0cf27c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- master
57
workflow_dispatch:
68
pull_request:
79
branches:
@@ -16,14 +18,15 @@ jobs:
1618
submodules: 'recursive'
1719
- name: cpprefjp
1820
run: |
21+
set -eux -o pipefail
1922
git clone https://github.com/cpprefjp/site.git cpprefjp/site
2023
git clone https://github.com/cpprefjp/image.git cpprefjp/image
2124
2225
# kunai 用のデータを生成する
2326
git clone https://github.com/cpprefjp/kunai.git
24-
cd kunai
27+
pushd kunai
2528
git submodule update --init
26-
cd ..
29+
popd
2730
./kunai/docker.sh build
2831
./kunai/docker.sh install
2932
./kunai/docker.sh dist
@@ -48,6 +51,7 @@ jobs:
4851
./docker.sh run settings.cpprefjp_local
4952
- name: boostjp
5053
run: |
54+
set -eux -o pipefail
5155
git clone https://github.com/boostjp/site.git boostjp/site
5256
git clone https://github.com/boostjp/image.git boostjp/image
5357

0 commit comments

Comments
 (0)