Skip to content

Commit

Permalink
fix: deployment again
Browse files Browse the repository at this point in the history
  • Loading branch information
julillae committed Aug 2, 2024
1 parent 99fe453 commit d8efcce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
destination: ./mysite/_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./mysite/_site/

# Deployment job
deploy:
Expand Down
2 changes: 2 additions & 0 deletions mysite/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick", "~> 1.8"
2 changes: 1 addition & 1 deletion mysite/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ description: >- # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
github_username: julillae

# Build settings
theme: jekyll-theme-minimal
Expand Down

0 comments on commit d8efcce

Please sign in to comment.