Skip to content

Commit 7552f48

Browse files
authored
Fix deploy baseURL (numpy#666)
1 parent 35a5895 commit 7552f48

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ jobs:
4040
- name: Generate config
4141
run: python gen_config.py
4242
- name: Build with Hugo
43-
run: |
44-
hugo \
45-
--gc \
46-
--minify \
47-
--baseURL "${{ steps.pages.outputs.base_url }}/"
43+
run: hugo --gc --minify
4844
- name: Deploy pages
4945
uses: JamesIves/github-pages-deploy-action@releases/v4
5046
with:

0 commit comments

Comments
 (0)