Skip to content

Commit

Permalink
Use .jekyll-gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ircama committed Dec 1, 2024
1 parent 55f70e6 commit 89ffe44
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Ruby Environment
- name: Setup environment
run: |
mv .jekyll-gh-pages/* .
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile → .jekyll-gh-pages/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ gem "jekyll-remote-theme"
# After modifying the Gemfile:
#------------------------------------------------------------------------------------------------
#bundle install
#bundle exec jekyll serve
#bundle exec jekyll serve
4 changes: 2 additions & 2 deletions _config.yml → .jekyll-gh-pages/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ nav_sort: case_sensitive # Capital letters sorted before lowercase

# External navigation links
nav_external_links:
- title: Just the Docs on GitHub
url: https://github.com/just-the-docs/just-the-docs
- title: epson_print_conf on GitHub
url: https://github.com/Ircama/epson_print_conf/

# Show navigation error report
nav_error_report: true # default is false/nil.
Expand Down
File renamed without changes.

0 comments on commit 89ffe44

Please sign in to comment.