Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Irae Hueck Costa committed Jan 22, 2024
1 parent df9d3a5 commit a99a854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: apt-get update && apt-get install -y markdown

- name: "Install pip3"
run: apt-get install python3-pip
run: apt-get -y install python3-pip

- name: "Install pelican"
run: pip3 install pelican Markdown
Expand Down

0 comments on commit a99a854

Please sign in to comment.