mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 21:53:57 +02:00
feat: disable mandb trigger when installing packages in CI
The mandb trigger is incredibly slow and we don't need it
This commit is contained in:
9
.github/workflows/docs.yml
vendored
9
.github/workflows/docs.yml
vendored
@@ -20,7 +20,14 @@ jobs:
|
||||
- uses: "./.github/actions/setup-project"
|
||||
|
||||
- name: Install graphviz
|
||||
run: sudo apt-get install -y graphviz
|
||||
run: |
|
||||
sudo tee /etc/dpkg/dpkg.cfg.d/01_nodoc > /dev/null << 'EOF'
|
||||
path-exclude /usr/share/doc/*
|
||||
path-exclude /usr/share/man/*
|
||||
path-exclude /usr/share/info/*
|
||||
EOF
|
||||
|
||||
sudo apt-get install -y graphviz
|
||||
|
||||
- name: Build documentation
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user