From 1362bf136e4ecb4beb18c828c06fc2b090634a01 Mon Sep 17 00:00:00 2001 From: Gabriel Gerez Date: Mon, 10 Jun 2024 13:00:40 +0200 Subject: [PATCH] change name of workflow --- .github/workflows/build-PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-PR.yml b/.github/workflows/build-PR.yml index 665ef99..cde7f55 100644 --- a/.github/workflows/build-PR.yml +++ b/.github/workflows/build-PR.yml @@ -11,7 +11,7 @@ # deploys will work. See # https://github.com/marketplace/actions/github-pages-action#%EF%B8%8F-first-deployment-with-github_token -name: Build/deploy website +name: Build PR/deploy website env: ZOLA_VERSION: "0.17.2"