Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishalabdullah authored May 12, 2024
1 parent 5bd684d commit 6a7b05d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,12 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Build Jekyll site
working-directory: events
run: |
ls
bundle install
pwd
bundle exec jekyll build
pwd
env:
JEKYLL_ENV: production
cd events
ls
bundle install
pwd
bundle exec jekyll build
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
Expand Down

0 comments on commit 6a7b05d

Please sign in to comment.