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 8c62ea7 commit bbdf072Copy full SHA for bbdf072
.github/workflows/docs.yml
@@ -55,7 +55,11 @@ jobs:
55
- name: Install system dependencies
56
run: |
57
sudo apt-get update
58
- sudo apt-get install pandoc libnotify-bin
+ 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
63
- uses: actions/checkout@v4
64
- name: Fetch tags
65
run: git fetch --prune --unshallow
0 commit comments