Merge branch 'main' into dependabot/github_actions/pozil/auto-assign-issue-1.10.0

This commit is contained in:
Sampark Sharma
2022-08-24 17:51:26 +05:30
committed by GitHub
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -44,6 +44,10 @@ jobs:
id: pages
uses: actions/configure-pages@v1
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--minify \
+2
View File
@@ -37,6 +37,8 @@ jobs:
id: pages
uses: actions/configure-pages@v1
- run: bundle exec jekyll build --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site'
env:
JEKYLL_ENV: production
- name: Upload artifact
uses: actions/upload-pages-artifact@v1 # This will automatically upload an artifact from the '/_site' directory