diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 172b435..98a2d37 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,10 @@ jobs: - name: Build and Deploy Documentation run: | cd - cd file-system-module/build + cd file-system-module + mkfir build + cd build + cmake .. make doc