Skip to content

Commit

Permalink
GHA: more fixes in jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koczkatamas authored Feb 12, 2025
1 parent 642db68 commit ac459ba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
sparse-checkout-cone-mode: false
sparse-checkout: |
/*
!pocs
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
Expand All @@ -48,4 +53,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit ac459ba

Please sign in to comment.