Skip to content

Commit

Permalink
Trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Pieniazek committed Mar 25, 2024
1 parent cba1a7f commit 498b693
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
python-version: '3.11'
- name: Install Requirements for personal_website and reflex
run: pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}' -r env/requirements.txt
- name: Rename the directory
run: |
cd ..
mv jacob-pieniazek.com personal_website
cd personal_website
- name: Init Website for personal_website
run: reflex init
- name: Export the website
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
python-version: '3.11'
- name: Install Requirements for personal_website
run: pip install -r env/requirements.txt
- name: Rename the directory
run: |
cd ..
mv jacob-pieniazek.com personal_website
cd personal_website
- name: Init Website for personal_website
run: reflex init
- name: Export the website
Expand Down

0 comments on commit 498b693

Please sign in to comment.