Skip to content

Commit 91e5a30

Browse files
committed
ci: disable apparmor
1 parent 238497d commit 91e5a30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
echo "Matrix: ${{ matrix.version }}, ${{ matrix.source }}, ${{ matrix.python }}, ${{ matrix.mermaid }}"
4848
echo "Formatted ref: ${{ format('refs/{0}/{1}', matrix.source, matrix.version) }}"
4949
50+
- name: 🛡️ Disable AppArmor
51+
uses: cisagov/action-disable-apparmor@437d94f26a2e4bf8c03acfb500a6afc688b497db # v1.0.0
52+
5053
- name: ⬇ Checkout docs.octoprint.org
5154
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version)
5255
uses: actions/checkout@v4

0 commit comments

Comments
 (0)