Skip to content

Commit

Permalink
hardcode baseurl again
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca committed Feb 12, 2024
1 parent 6b91953 commit 96aa84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
cd docs
bundle install
bundle exec jekyll build --source ./ --destination ../_site --baseurl "${{ steps.pages.outputs.base_path }}"
bundle exec jekyll build --source ./ --destination ../_site --baseurl "/weblinx"
env:
JEKYLL_ENV: production
PAGES_REPO_NWO: ${{ github.repository }}
Expand Down

0 comments on commit 96aa84f

Please sign in to comment.