diff --git a/.github/workflows/push_to_overleaf.yml b/.github/workflows/push_to_overleaf.yml index 0761c66..4824fc0 100644 --- a/.github/workflows/push_to_overleaf.yml +++ b/.github/workflows/push_to_overleaf.yml @@ -56,4 +56,9 @@ jobs: else git commit -m "Update figures automatically" git push - fi \ No newline at end of file + fi + - name: Update documentation + run: | + cd ${{ github.workspace }} + mkdocs build + mkdocs gh-deploy \ No newline at end of file