From 42aa416ce7b00056b550973b43fd7b8f7d7c8306 Mon Sep 17 00:00:00 2001 From: wass Date: Sat, 15 Jun 2024 13:36:20 +0200 Subject: [PATCH] add base to action --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 7fa0956..4a4642b 100644 --- a/action.yaml +++ b/action.yaml @@ -46,8 +46,8 @@ runs: - name: Build the site run: | cd astro-big-doc - #REPO_NAME="${GITHUB_REPOSITORY##*/}" - #export PUBLIC_BASE="/$REPO_NAME" + REPO_NAME="${GITHUB_REPOSITORY##*/}" + export PUBLIC_BASE="/$REPO_NAME" pnpm run build shell: bash