Skip to content

Commit

Permalink
fix mistake in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Mar 26, 2024
1 parent 188259e commit 4e42a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ jobs:
needs:
- build-docker

steps:
- uses: actions/checkout@v2

env:
PYVISTA_TRAME_SERVER_PROXY_PREFIX: "/proxy/"
PYVISTA_TRAME_SERVER_PROXY_ENABLED: "True"
PYVISTA_OFF_SCREEN: false
PYVISTA_JUPYTER_BACKEND: "html"

steps:
- uses: actions/checkout@v2

# Build the book
- name: Build the book
run: |
Expand Down

0 comments on commit 4e42a6e

Please sign in to comment.