Skip to content

Commit

Permalink
Update deploy_to_github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
q-wertz authored Dec 13, 2024
1 parent 6a94178 commit b13b454
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy_to_github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
installer-parallel: true

#----------------------------------------------
# load cached venv if cache exists
# load cached venv if cache exists
#----------------------------------------------
- name: Load cached venv
id: cached-poetry-dependencies
Expand All @@ -78,11 +78,12 @@ jobs:
- name: 📦 Upload Pages Artifact
uses: actions/upload-pages-artifact@v3
with:
path: build_marimo
path: build_marimo/

deploy:
needs: build
runs-on: ubuntu-latest

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit b13b454

Please sign in to comment.