We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d95bfb commit 95d908bCopy full SHA for 95d908b
.github/workflows/deploy_docs.yml
@@ -43,6 +43,7 @@ jobs:
43
run: jupyter-book build docs
44
env:
45
DISPLAY: ":99.0"
46
+ XDG_RUNTIME_DIR: "/tmp/runtime-runner"
47
48
# Deploy the book's HTML to gh-pages branch
49
- name: GitHub Pages action
0 commit comments