Skip to content

Commit

Permalink
Fix doc generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mhatzl committed Oct 21, 2021
1 parent 3a23265 commit ef0e93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
mv -v obj/gnatdoc docs
mv -v obj/gnatdoc/* docs/
git add docs
git commit -m "Generated documentation"
git push origin main:doc
git push --force origin main:doc

0 comments on commit ef0e93d

Please sign in to comment.