Skip to content

Commit

Permalink
Add themes counting
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Oct 8, 2024
1 parent f1c7ea1 commit cf176d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ concurrency:
cancel-in-progress: false

jobs:
count:
runs-on: ubuntu-latest
steps:
- name: Count themes
run:
echo "Themes counted:"
themes_number=$(ls themes/ | wc -l)
echo "$themes_number"
# Build job
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf176d6

Please sign in to comment.