Skip to content

Commit

Permalink
Update update_documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHeidweiler committed Jul 26, 2024
1 parent c16c9a8 commit 968103d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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

0 comments on commit 968103d

Please sign in to comment.