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 292d88e commit 81cc8fd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,15 @@ jobs:
pwd
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 Down

0 comments on commit 81cc8fd

Please sign in to comment.