File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33on :
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
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
You can’t perform that action at this time.
0 commit comments