From cd976183502ec85e03a705b81496f5058baa11f2 Mon Sep 17 00:00:00 2001 From: Milana Cap Date: Sat, 2 May 2026 22:16:00 +0200 Subject: [PATCH] Add defaults for shell and working directory in deploy.yml Signed-off-by: Milana Cap --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6274bcc..6b9125f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,6 +6,11 @@ on: - main # Allow running this workflow manually from the Actions tab workflow_dispatch: + +defaults: + run: + shell: bash + working-directory: ./docs permissions: contents: write