File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 fetch-depth : 0
3131 submodules : recursive
3232 - name : Set up OS
33- run : >
34- sudo apt-get update && sudo apt-get install -y
35- cmake ninja-build ruby build-essential
36- libssl-dev
37- doxygen graphviz plantuml texlive texlive-latex-extra dblatex
33+ run : |
34+ sudo apt-get update && sudo apt-get install -y \
35+ cmake ninja-build ruby build-essential \
36+ libssl-dev \
37+ doxygen graphviz plantuml texlive texlive-latex-extra dblatex
3838 - name : Prep
3939 run : ./deps.sh && ./prep.sh -DBUILD_TESTING=OFF -DTEST_MEMCHECK=OFF -DTEST_COVERAGE=OFF -DBUILD_DOCS_API=ON
4040 - name : Build
6161 - uses : actions/download-artifact@v4
6262 with :
6363 name : bsl-api
64+ path : testroot/usr/share/doc/bsl/
6465 - name : Decompress
65- run : tar -xf api.tar
66+ run : tar -C testroot/usr/share/doc/bsl - xf api.tar
6667 - name : Setup Pages
6768 uses : actions/configure-pages@v3
6869 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments