Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7pt0gr4ph7 authored Nov 1, 2024
1 parent 67df28c commit b01867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
echo "google_site_verification: ${{ secrets.GOOGLE_SITE_VERIFICATION }}" > _config_temp.yml
- name: Register Problem Matchers for Jekyll
run: echo "##[add-matcher].github/jekyll.json"
run: echo "::add-matcher::.github/jekyll.json"
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --config _config.yml,_config_temp.yml --baseurl "${{ steps.pages.outputs.base_path }}"
Expand Down

0 comments on commit b01867e

Please sign in to comment.