Skip to content

Commit 93f372f

Browse files
committed
again try to find default paths
1 parent 506cf1b commit 93f372f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/docs.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
pip3 install meson
5353
CC=clang-17 CXX=clang++-17 CPP=clang-cpp-17 meson build
5454
sudo ninja -C build
55-
mv build/hdoc ${{github.workspace}}/hdoc
55+
mv build/hdoc /hdoc
5656
cd ..
5757
rm -rf hdoc
5858
5959
6060
- name: Configure CMake
61-
run: cmake -B ${{github.workspace}}/build -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES="conan_provider.cmake" -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
61+
run: cmake -B build -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES="conan_provider.cmake" -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
6262

6363
# - name: Run hdoc to generate documentation and push it to docs.hdoc.io
6464
# uses: hdoc/hdoc-github-action@v2
@@ -69,9 +69,8 @@ jobs:
6969

7070
- name: Run hdoc to generate documentation
7171
run: |
72-
cd ${{github.workspace}}
73-
chmod +x hdoc
74-
./hdoc --verbose
72+
chmod +x /hdoc
73+
/hdoc --verbose
7574
7675
- name: Upload documentation to custom server
7776
run: |

0 commit comments

Comments
 (0)