Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 11, 2023
1 parent 2807ed2 commit ac08714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx-check-warnings-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
uses: actions/cache/restore@v3
with:
key: reviewer-stats
path: ./doc/acknowledgements
path: ~/reviews
- name: Build single version considering warnings as errors
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
ls ./doc/acknowledgements
cp ~/reviews/reviewers_stats_with_graph.html ./doc/acknowledgements
make html-all-subrepos-with-errors

0 comments on commit ac08714

Please sign in to comment.