Skip to content

Commit

Permalink
Remove BASE_URL from push builds as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored Aug 27, 2024
1 parent 286860b commit a444b8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
myst build --ci --html
- name: Build the book push
if: github.event_name == 'push'
env:
BASE_URL: /${{ github.event.repository.name }}
run: |
# build the book
myst build --ci --html
Expand Down

0 comments on commit a444b8a

Please sign in to comment.