diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 4d5fc0f..ac6761c 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -37,6 +37,8 @@ jobs: destination: ./mysite/_site - name: Upload artifact uses: actions/upload-pages-artifact@v3 + with: + path: ./mysite/_site/ # Deployment job deploy: diff --git a/mysite/Gemfile b/mysite/Gemfile index 56c137e..8d3d0c2 100644 --- a/mysite/Gemfile +++ b/mysite/Gemfile @@ -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" diff --git a/mysite/_config.yml b/mysite/_config.yml index 4af6ec9..5767c64 100644 --- a/mysite/_config.yml +++ b/mysite/_config.yml @@ -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