We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdf072 commit 8f1623cCopy full SHA for 8f1623c
.github/workflows/docs.yml
@@ -55,11 +55,14 @@ jobs:
55
- name: Install system dependencies
56
run: |
57
sudo apt-get update
58
- sudo apt-get install -y pandoc xvfb libnotify-bin
59
- - name: Set up XVFB to handle desktp notifications
+ sudo apt-get install -y pandoc xvfb libnotify-bin dunst dbus-x11
+ - name: Set up OS to handle desktop notifications (used in adv.-exec. tutorial)
60
61
Xvfb :99 &
62
export DISPLAY=:99
63
+ eval "$(dbus-launch --sh-syntax)"
64
+ dunst &
65
+ notify-send "Test Notification"
66
- uses: actions/checkout@v4
67
- name: Fetch tags
68
run: git fetch --prune --unshallow
0 commit comments