Skip to content

Commit 96aa84f

Browse files
committed
hardcode baseurl again
1 parent 6b91953 commit 96aa84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
cd docs
4848
bundle install
49-
bundle exec jekyll build --source ./ --destination ../_site --baseurl "${{ steps.pages.outputs.base_path }}"
49+
bundle exec jekyll build --source ./ --destination ../_site --baseurl "/weblinx"
5050
env:
5151
JEKYLL_ENV: production
5252
PAGES_REPO_NWO: ${{ github.repository }}

0 commit comments

Comments
 (0)