Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
Signed-off-by: JisungKim <[email protected]>
  • Loading branch information
JisuuungKim authored May 23, 2024
1 parent 2cebe06 commit ffa83ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build
env:
PAGES_REPO_NWO: kookmin-sw/capstone-2024-15
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
Expand Down

0 comments on commit ffa83ab

Please sign in to comment.