From d403c3bb202c65f79e5a35f78dbd9242c1c51795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 30 Aug 2021 10:09:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20docs=20CI=20name=20(#32?= =?UTF-8?q?0)?= 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