Skip to content

Commit

Permalink
ignore jekyll conifg
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Oct 5, 2024
1 parent 5ad40f8 commit 6eddebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: apt update && apt install -y libvips
- run: sudo apt-get update && sudo apt-get install -y libvips
- run: npm ci
- run: gulp css
- name: Build with Jekyll
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Jekyll build
/_site/
.jekyll-metadata
.jekyll-cache
assets/built/
Gemfile.lock

Expand Down

0 comments on commit 6eddebe

Please sign in to comment.