From e6bd41ea00dcefbef95d1cb15b621c53561b6571 Mon Sep 17 00:00:00 2001 From: Lucas Janon Date: Fri, 2 Aug 2024 16:43:25 -0300 Subject: [PATCH] Use custom runner for deployment --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b59d373b..c46329ba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,8 @@ on: - "*" jobs: Deploy-Production: - runs-on: ubuntu-latest + runs-on: + group: Docs steps: - uses: actions/checkout@v3 - name: Set up Node.js 20