File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ jobs:
52
52
pip3 install meson
53
53
CC=clang-17 CXX=clang++-17 CPP=clang-cpp-17 meson build
54
54
sudo ninja -C build
55
- mv build/hdoc ${{github.workspace}} /hdoc
55
+ mv build/hdoc /hdoc
56
56
cd ..
57
57
rm -rf hdoc
58
58
59
59
60
60
- 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}}
62
62
63
63
# - name: Run hdoc to generate documentation and push it to docs.hdoc.io
64
64
# uses: hdoc/hdoc-github-action@v2
69
69
70
70
- name : Run hdoc to generate documentation
71
71
run : |
72
- cd ${{github.workspace}}
73
- chmod +x hdoc
74
- ./hdoc --verbose
72
+ chmod +x /hdoc
73
+ /hdoc --verbose
75
74
76
75
- name : Upload documentation to custom server
77
76
run : |
You can’t perform that action at this time.
0 commit comments