From a7b5ea4d6ded14debfd8febc2e5fcf3f51a48f78 Mon Sep 17 00:00:00 2001 From: oier Date: Wed, 11 Jan 2023 13:53:37 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20cambio=20a=20main=20y=20a=C3=B1ado=20publ?= =?UTF-8?q?ic=20al=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc56cf0..ab98c3e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .cache dist node_modules +public diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e773d95..de72f7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ pages: paths: - public only: - - master + - main cache: paths: - .yarn