Merge branch 'main' into use-configure-pages-v2

This commit is contained in:
James M. Greene
2022-08-23 13:56:39 -05:00
committed by GitHub
+2
View File
@@ -39,6 +39,8 @@ jobs:
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1