Skip to content

Commit

Permalink
Updated Nov 23 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiangyuan Li authored and Jiangyuan Li committed Nov 23, 2024
1 parent a172c5b commit 5978856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
# Step 4: Run flask freeze
- name: Freeze Flask App
run: |
python freeze.py # Generate static files in the './build' directory
# Step 5: Deploy GitHub Pages
- name: Upload artifact for Pages
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 5978856

Please sign in to comment.