Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hermonochy authored Jan 12, 2025
1 parent 8109248 commit c9af0c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
include:
- _posts
- _layouts
- _includes
- _sass
- assets
- any_other_directory_or_file_you_want_to_include

exclude:
- node_modules
- vendor/bundle
- Gemfile
- Gemfile.lock
- any_other_directory_or_file_you_want_to_exclude

name: Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
Expand Down

0 comments on commit c9af0c6

Please sign in to comment.