Skip to content

Commit

Permalink
Fix jekyll-last-modified-at build error (#74)
Browse files Browse the repository at this point in the history
* Delete Gemfile.lock

- avoid github actions build error by not hardcoding the `Gemfile.lock`

* Update .gitignore

- `Gemfile.lock` is always generated when building the website, so just ignore it.
  • Loading branch information
omarcostahamido authored Sep 10, 2024
1 parent c419389 commit b87f647
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 90 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ _includes/content_graph.json
.vitepress
node_modules
*.rbbkup
Gemfile.lock
90 changes: 0 additions & 90 deletions Gemfile.lock

This file was deleted.

0 comments on commit b87f647

Please sign in to comment.