We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db9660 commit 6228787Copy full SHA for 6228787
1 file changed
.github/workflows/docs.yaml
@@ -47,6 +47,9 @@ jobs:
47
echo "Matrix: ${{ matrix.version }}, ${{ matrix.source }}, ${{ matrix.python }}, ${{ matrix.mermaid }}"
48
echo "Formatted ref: ${{ format('refs/{0}/{1}', matrix.source, matrix.version) }}"
49
50
+ - name: 🛡️ Disable AppArmor
51
+ uses: cisagov/action-disable-apparmor@437d94f26a2e4bf8c03acfb500a6afc688b497db # v1.0.0
52
+
53
- name: ⬇ Checkout docs.octoprint.org
54
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version)
55
uses: actions/checkout@v4
0 commit comments