Use .jekyll-gh-pages
This commit is contained in:
5
.github/workflows/jekyll-gh-pages.yml
vendored
5
.github/workflows/jekyll-gh-pages.yml
vendored
@@ -34,7 +34,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Ruby Environment
|
- name: Setup environment
|
||||||
|
run: |
|
||||||
|
mv .jekyll-gh-pages/* .
|
||||||
|
- name: Setup Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: "3.3"
|
ruby-version: "3.3"
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ gem "jekyll-remote-theme"
|
|||||||
# After modifying the Gemfile:
|
# After modifying the Gemfile:
|
||||||
#------------------------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------------------------
|
||||||
#bundle install
|
#bundle install
|
||||||
#bundle exec jekyll serve
|
#bundle exec jekyll serve
|
||||||
@@ -60,8 +60,8 @@ nav_sort: case_sensitive # Capital letters sorted before lowercase
|
|||||||
|
|
||||||
# External navigation links
|
# External navigation links
|
||||||
nav_external_links:
|
nav_external_links:
|
||||||
- title: Just the Docs on GitHub
|
- title: epson_print_conf on GitHub
|
||||||
url: https://github.com/just-the-docs/just-the-docs
|
url: https://github.com/Ircama/epson_print_conf/
|
||||||
|
|
||||||
# Show navigation error report
|
# Show navigation error report
|
||||||
nav_error_report: true # default is false/nil.
|
nav_error_report: true # default is false/nil.
|
||||||
Reference in New Issue
Block a user