Skip to content

Commit

Permalink
👷 CI: Update Reflex Version in the CI to publish the page
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoleal20 committed Jul 11, 2024
1 parent 9c46065 commit 8130c2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publisn_on_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ jobs:
python-version: '3.10'

- name: Install dependencies
run: pip install -Iv reflex==0.5.6
run: pip install -Iv reflex~=0.5.6

- name: Build page 🧱
run: API_URL=${{ steps.deployment.outputs.page_url }} reflex export
run: API_URL=https://pymath.ricardoleal20.dev reflex export

- name: Extract page 🔐
run: unzip frontend.zip

- name: Inject page 💉
run: python docs/replace_urls.py
env:
URL: ${{ steps.deployment.outputs.page_url }}
URL: https://pymath.ricardoleal20.dev

- name: Setup Pages 🧱
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 8130c2e

Please sign in to comment.