Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
timfelle committed Mar 7, 2024
1 parent 8548000 commit d4e3001
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y git cmake doxygen graphviz
cmake -B build -S . -DONLY_DOCS=ON
cmake --build build
ls -lR ./
ls -lR ./documentation
ls -lR ./documentation/html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit d4e3001

Please sign in to comment.