From 498b6937b385682056e3aafb86da981eb20ba33a Mon Sep 17 00:00:00 2001 From: Jacob Pieniazek Date: Mon, 25 Mar 2024 18:29:26 -0400 Subject: [PATCH] Trying again --- .github/workflows/integration-tests.yml | 5 +++++ .github/workflows/regression-tests.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c14a4e7..c03485e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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 diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 2d7d751..a352c92 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -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