Skip to content

Commit

Permalink
Moving Gemfile to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
lina-kim committed May 22, 2024
1 parent 53af10f commit 950472a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "/docs"
run: bundle exec jekyll build
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion docs/Gemfile → Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "jekyll", "~> 4.3.3"
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
#gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
Expand Down
5 changes: 3 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://bokulich-lab.github.io/nf-ducken" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "docs/" # the subpath of your site, e.g. /blog
destination: docs/_site
#url: "https://bokulich-lab.github.io/nf-ducken" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: linathekim
github_username: lina-kim

Expand Down

0 comments on commit 950472a

Please sign in to comment.