From 08286fb53dcbdae028a130786e0c29488e1b0053 Mon Sep 17 00:00:00 2001 From: Rasmus Kronberg Date: Wed, 31 Jan 2024 08:28:14 +0200 Subject: [PATCH] fix branch name --- .github/workflows/pages.yml | 2 +- _includes/head_custom.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6564156a..29727824 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages on: push: - branches: ["main"] + branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/_includes/head_custom.html b/_includes/head_custom.html index 032b8750..dcc30679 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -1,3 +1,3 @@ {% if jekyll.environment == "production" %} {% include matomo.html %} -{% endif %} \ No newline at end of file +{% endif %}