Skip to content

Commit

Permalink
Fix deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hantang authored Jul 13, 2024
1 parent 123f9c4 commit e3325e6
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 @@ -43,7 +43,7 @@ jobs:
with:
node-version: latest
- name: Install GNU Parallel
run: apt update && apt install -y parallel
run: sudo apt update && sudo apt install -y parallel
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Build sites
Expand Down

0 comments on commit e3325e6

Please sign in to comment.