Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Oct 8, 2024
1 parent 8eea63a commit b9c39f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Count themes
run:
run: |
themesNumber="$(ls ./themes/ | wc -l)"
echo "Themes counted:"
themes_number=$(ls themes/ | wc -l)
echo "$themes_number"
echo "$themesNumber"
# Build job
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b9c39f1

Please sign in to comment.