We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4aa3f commit 97a9a3cCopy full SHA for 97a9a3c
1 file changed
.github/workflows/docs.yaml
@@ -32,9 +32,9 @@ jobs:
32
- 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
+ cmake ninja-build ruby build-essential
+ libssl-dev
+ doxygen graphviz plantuml texlive texlive-latex-extra dblatex
38
- name: Prep
39
run: ./deps.sh && ./prep.sh -DBUILD_TESTING=OFF -DTEST_MEMCHECK=OFF -DTEST_COVERAGE=OFF -DBUILD_DOCS_API=ON
40
- name: Build
@@ -62,7 +62,9 @@ jobs:
62
with:
63
name: bsl-api
64
- name: Decompress
65
- run: tar -xf api.tar
+ run: >
66
+ mkdir -p testroot/usr/share/doc/bsl &&
67
+ tar -C testroot/usr/share/doc/bsl -xf api.tar
68
- name: Setup Pages
69
uses: actions/configure-pages@v3
70
- name: Upload artifact
0 commit comments