From c28381949f9a548fd06018a1b652fb5bb3e6510e Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Mon, 12 May 2025 09:24:14 +0200 Subject: [PATCH] Fix/pipeline (#2) * set just the prefix for base path * setted this branch to triggers tmp --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f474bbe..1d66dd2 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -5,10 +5,10 @@ on: push: branches: - main - - feature/github-pages + - fix/pipeline env: - BASE_URL: https://quirinecker.github.io/dayplanner + BASE_URL: /dayplanner jobs: build: