Skip to content

Commit

Permalink
add logging messages to help figure out where website build workflow …
Browse files Browse the repository at this point in the history
…is going wrong
  • Loading branch information
jonwzheng committed Feb 28, 2024
1 parent 49b50fc commit 50380cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
run: |
git config --global user.name "github-actions"
git config --global user.email "github-actions@github.com"
ls -l
pwd
cd documentation
ls -l
make html
- name: Report documentation errors
if: ${{ failure() }}
Expand All @@ -72,4 +75,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.repository == 'ReactionMechanismGenerator/RMG-Py' }}
run: |
touch build/html/.nojekyll
ls -l
pwd
ls -l build/html/
cd build/html; git add -A .; git commit -m "Automated documentation rebuild"; git push --dry-run origin gh-pages

0 comments on commit 50380cb

Please sign in to comment.