Skip to content

Commit

Permalink
Update Ruby and javascript dependencies
Browse files Browse the repository at this point in the history
Use base url in Jekyll config to ensure rss feed has correct path
  • Loading branch information
bkmgit committed Jan 8, 2024
1 parent 90107a8 commit f004433
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 330 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "ORIGIN=${owner}/${repository}" >> ${GITHUB_ENV}
echo "TARGET_BRANCH=gh-pages" >> ${GITHUB_ENV}
# "url:" is for the opengraph tags, and it can't be relative
echo "url: https://${owner}.github.io/${repository}" >> _extra_config.yml
echo "url: https://${owner}.github.io" >> _extra_config.yml
if: |
github.event_name == 'push' &&
github.repository != 'apache/arrow-site'
Expand All @@ -68,7 +68,7 @@ jobs:
echo "ORIGIN=${owner}/${repository}" >> ${GITHUB_ENV}
echo "TARGET_BRANCH=gh-pages" >> ${GITHUB_ENV}
# "url:" is for the opengraph tags, and it can't be relative
echo "url: https://${owner}.github.io/${repository}" >> _extra_config.yml
echo "url: https://${owner}.github.io" >> _extra_config.yml
if: |
github.event_name == 'pull_request'
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "webrick"

group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-feed", "~> 0.17.0"
gem "jekyll-jupyter-notebook"
gem "jekyll-seo-tag"
end
Loading

0 comments on commit f004433

Please sign in to comment.