We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63891c9 commit aecef38Copy full SHA for aecef38
.github/workflows/jekyll-gh-pages.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/configure-pages@v3
49
- name: Build with Jekyll
50
# Outputs to the './_site' directory by default
51
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+ run: bundle exec jekyll build # --baseurl "${{ steps.pages.outputs.base_path }}"
52
env:
53
JEKYLL_ENV: production
54
- name: Upload artifact
0 commit comments