Skip to content

Commit

Permalink
Update documentation also
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgloeckler committed Feb 4, 2024
1 parent 5d47cde commit b6b8858
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/push_to_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@ jobs:
else
git commit -m "Update figures automatically"
git push
fi
fi
- name: Update documentation
run: |
cd ${{ github.workspace }}
mkdocs build
mkdocs gh-deploy

0 comments on commit b6b8858

Please sign in to comment.