Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,11 @@ jobs:
done
echo "</ul></body></html>" >> index.html
git add index.html
git commit -m "Update Index of Reports"
if git commit -m "Update Index of Reports"; then
git push origin gh-pages --force
else
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong indentation

echo "No changes to commit. Nothing to push."
fi
else
mkdir -p docs
cd docs
Expand Down
Loading