Skip to content

Commit

Permalink
add base to action
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Jun 15, 2024
1 parent 228a6ff commit 42aa416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 42aa416

Please sign in to comment.