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 81cc8fd commit 42fce81
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,10 @@ jobs:
- name: Build Jekyll site
working-directory: events
run: |
ls
bundle install
pwd
bundle install --gemfile=events/Gemfile
bundle config set --local path events/
bundle exec jekyll build
- name: Debugging - List contents before CD
run: |
ls
- name: Change to events directory
working-directory: events
run: cd events
- name: Debugging - List contents after CD
run: |
ls
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand All @@ -70,7 +60,7 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: "${{ steps.deployment.outputs.page_url }}/events"
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 42fce81

Please sign in to comment.