Skip to content

Commit

Permalink
baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Dec 11, 2024
1 parent 3a79da8 commit e35a2f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
submodules: recursive
fetch-depth: 0

- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand All @@ -66,7 +67,7 @@ jobs:
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--baseURL "https://catalystneuro.github.io/dandi-hugo-example"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit e35a2f3

Please sign in to comment.