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 7465d49 commit 8f3b116
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: events
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
Expand All @@ -46,16 +44,12 @@ jobs:
id: pages
uses: actions/configure-pages@v5
- name: Build Jekyll site
working-directory: events
run: |
bundle config set --local path events/
bundle install --gemfile=events/Gemfile
bundle install
bundle exec jekyll build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: events


deploy:
environment:
name: github-pages
Expand All @@ -65,10 +59,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
path: mucampus-events

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
working-directory: mucampus-events

0 comments on commit 8f3b116

Please sign in to comment.