Skip to content

Commit

Permalink
Update update_documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHeidweiler authored Jul 12, 2024
1 parent 84a1760 commit 15b2d2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Documentation
on:
push:
branches:
- develop # You can specify any branch you want to trigger the workflow
- develop # Triggers the workflow on pushes to the develop branch

jobs:
build-and-deploy:
Expand All @@ -16,15 +16,15 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10.12'
python-version: '3.10.12' # Use Python 3.10.12

- name: Set up R
uses: r-lib/actions/setup-r@v2

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libssl-dev
sudo apt-get install -y libcurl4-openssl-dev libssl-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 15b2d2e

Please sign in to comment.