We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b2bdd commit 191358aCopy full SHA for 191358a
.github/workflows/pages renamed to .github/workflows/pages.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/configure-pages@v3
43
- name: Build with Jekyll
44
# Outputs to the './_site' directory by default
45
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+ run: bundle exec jekyll build
46
env:
47
JEKYLL_ENV: production
48
- name: Upload artifact
0 commit comments