Skip to content

Commit

Permalink
ci: 🔊 debug gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunes5thmoon committed Jan 16, 2025
1 parent 5af01b4 commit d3ef0b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Debug Info
run: |
echo "Triggered by: ${{ github.event_name }}"
echo "Reference: ${{ github.ref }}"
echo "Branch: ${{ github.ref_name }}"
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
Expand All @@ -39,6 +44,11 @@ jobs:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Verify Config
run: |
echo "Current branch: $(git branch --show-current)"
echo "Config content:"
cat _config.yml
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit d3ef0b3

Please sign in to comment.