Skip to content

Commit 191358a

Browse files
committed
Enable GitHub Pages
Signed-off-by: Aditya Sirish <[email protected]>
1 parent 61b2bdd commit 191358a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages renamed to .github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/configure-pages@v3
4343
- name: Build with Jekyll
4444
# Outputs to the './_site' directory by default
45-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
45+
run: bundle exec jekyll build
4646
env:
4747
JEKYLL_ENV: production
4848
- name: Upload artifact

0 commit comments

Comments
 (0)