Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skdltmxn committed Apr 30, 2024
1 parent def962a commit 3b56362
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ jobs:
ruby-version: 3.2
bundler-cache: true
- name: Build site
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build
env:
JEKYLL_ENV: "production"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: _site

# Deployment job
deploy:
Expand Down

0 comments on commit 3b56362

Please sign in to comment.