Skip to content

Commit

Permalink
Update quarto-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hpretl authored Jul 19, 2024
1 parent e6b6756 commit cd6678b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
permissions:
contents: write
steps:
- name: Install APT Dependencies
run: |
sudo apt update
sudo apt -y install librsvg
- name: Check out repository
uses: actions/checkout@v4

Expand All @@ -22,9 +27,8 @@ jobs:
- name: Install Python and Dependencies
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.x'
cache: 'pip'
- run: pip install jupyter
- run: pip install -r requirements.txt

- name: Render and Publish
Expand Down

0 comments on commit cd6678b

Please sign in to comment.