Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Aug 21, 2024
1 parent fe842bc commit 179dd20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -37,7 +39,9 @@ jobs:
run: docker compose -f docker-compose.pages.yml up -d

- name: Run web scraper to build static site
run: python .github/workflows/web_scraper.py
run: |
pip install requests
python .github/workflows/web_scraper.py
- name: Copy static into .github/workflows/demo
run: cp -r piggy/static .github/workflows/demo
Expand Down

0 comments on commit 179dd20

Please sign in to comment.