Skip to content

Commit bbdf072

Browse files
committed
setup virtual desktop to accept notifications
1 parent 8c62ea7 commit bbdf072

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ jobs:
5555
- name: Install system dependencies
5656
run: |
5757
sudo apt-get update
58-
sudo apt-get install pandoc libnotify-bin
58+
sudo apt-get install -y pandoc xvfb libnotify-bin
59+
- name: Set up XVFB to handle desktp notifications
60+
run: |
61+
Xvfb :99 &
62+
export DISPLAY=:99
5963
- uses: actions/checkout@v4
6064
- name: Fetch tags
6165
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)