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 498b693 commit d9f1738
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
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
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
6 changes: 3 additions & 3 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: pip install -r env/requirements.txt
- name: Rename the directory
run: |
cd ..
mv jacob-pieniazek.com personal_website
cd personal_website
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 d9f1738

Please sign in to comment.