Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed May 1, 2024
1 parent 1a34ce2 commit f138a76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f138a76

Please sign in to comment.