Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hantang committed Oct 20, 2024
1 parent 5ed6029 commit bbc1f80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Webpage
name: Deploy

on:
push:
Expand Down Expand Up @@ -26,9 +26,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: pip install -r requirements.txt
# - run: pip install -r requirements.txt
- name: Build Data
run: python src/parse.py data ${{ env.OUT }}/data
run: bash deploy.sh ${{ env.OUT }}
- name: Setup pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit bbc1f80

Please sign in to comment.