Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Naeemkh committed Feb 1, 2024
1 parent b1aae07 commit 0b97979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
make github
echo "Listing contents of docs directory:"
ls ../docs
cat ../docs/index.html
if [ $? -ne 0 ]; then
echo "Failed to build the documentation"
exit 1
Expand All @@ -48,4 +49,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docsource/_build/html
publish_dir: docs

0 comments on commit 0b97979

Please sign in to comment.