From 7701d6bc85017e91af31f15c6b891d26aad0811a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 30 Aug 2021 10:06:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20docs=20CI=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 77f1c274c..f0d029040 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -4,7 +4,7 @@ on: pull_request: types: [opened, synchronize] jobs: - build: + build-docs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2