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