Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hantang authored Jul 13, 2024
1 parent e8cfd0e commit 123f9c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
version: latest
- uses: actions/setup-node@v4
with:
node-version: latest
node-version: latest
- name: Install GNU Parallel
run: apt update && apt install -y parallel
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Build sites
Expand Down

0 comments on commit 123f9c4

Please sign in to comment.