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 a6d4fcf commit 7465d49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
with:
path: events

# Deployment job
deploy:
environment:
name: github-pages
Expand All @@ -66,6 +65,10 @@ 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 7465d49

Please sign in to comment.