Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 5, 2024
1 parent 73d2ae2 commit e947f6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
echo "Running Doxygen for branch: $branch"
doxygen Doxyfile || { echo "Doxygen failed for branch: $branch"; exit 1; }
echo "Contents of docs directory after Doxygen generation:"
ls -l docs/
# Move generated files to the correct directory
echo "Moving documentation for $branch to docs/$dest"
mkdir -p docs/$dest
Expand Down

0 comments on commit e947f6c

Please sign in to comment.