From 968103d29f104fcb5a10d706a8a254a7026cb96e Mon Sep 17 00:00:00 2001 From: Leo Heidweiler <112557863+LeoHeidweiler@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:28:03 +0200 Subject: [PATCH] Update update_documentation.yml --- .github/workflows/update_documentation.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/update_documentation.yml b/.github/workflows/update_documentation.yml index a4192f5..fef3633 100644 --- a/.github/workflows/update_documentation.yml +++ b/.github/workflows/update_documentation.yml @@ -42,15 +42,6 @@ jobs: run: | R -e "renv::restore()" - - name: Run Makefile - run: | - make - ls -la - ls -la docs/code/R/modules - ls -la docs/code/R/functions - ls -l docs/code/python - cat mkdocs.yml - - uses: actions/checkout@v2 - name: Configure Git Credentials run: | @@ -68,9 +59,8 @@ jobs: path: .cache restore-keys: | mkdocs-material- + - name: Make file and deploy documentation - run: pip install mkdocs-material - run: make - - run: cat mkdocs.yml - - run: poetry run mkdocs build - run: poetry run mkdocs gh-deploy --force