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 a7a12e1 commit fe842bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: '3.12'

- name: Spin up containers
run: docker compose up -d -f docker-compose.pages.yml
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
Expand All @@ -43,7 +43,7 @@ jobs:
run: cp -r piggy/static .github/workflows/demo

- name: Tear down containers
run: docker compose down -f docker-compose.pages.yml
run: docker compose -f docker-compose.pages.yml down

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit fe842bc

Please sign in to comment.