Skip to content

Commit 95d908b

Browse files
authored
Specify XDG_RUNTIME_DIR to avoid warnings showing up in the docs (#249)
1 parent 9d95bfb commit 95d908b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
run: jupyter-book build docs
4444
env:
4545
DISPLAY: ":99.0"
46+
XDG_RUNTIME_DIR: "/tmp/runtime-runner"
4647

4748
# Deploy the book's HTML to gh-pages branch
4849
- name: GitHub Pages action

0 commit comments

Comments
 (0)