Skip to content

Commit

Permalink
maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Dec 13, 2024
1 parent 4546ee2 commit bf3385f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
# Allow manual trigger
workflow_dispatch: {}

# TODO: Remove this
# Trigger on PR (just for testing)
pull_request: {}

env:
UV_SYSTEM_PYTHON: 1

Expand Down Expand Up @@ -42,7 +38,7 @@ jobs:
- name: 🛠️ Run export
run: |
uv run marimo export html-wasm -o out --mode edit
marimo export html-wasm frontend/public/files/wasm-intro.py -o out --mode edit
- name: 📄 List changed files
continue-on-error: true
Expand Down

0 comments on commit bf3385f

Please sign in to comment.