mirror of
https://github.com/Ircama/epson_print_conf.git
synced 2025-05-09 13:42:03 -04:00
Use .jekyll-gh-pages
Some checks failed
Deploy Jekyll with GitHub Pages dependencies preinstalled / Build (github-pages-build gem) (push) Has been cancelled
Python syntax checker / build (3.10) (push) Has been cancelled
Python syntax checker / build (3.11) (push) Has been cancelled
Python syntax checker / build (3.12) (push) Has been cancelled
Python syntax checker / build (3.8) (push) Has been cancelled
Python syntax checker / build (3.9) (push) Has been cancelled
Python syntax checker / build (3.x) (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Has been cancelled
Some checks failed
Deploy Jekyll with GitHub Pages dependencies preinstalled / Build (github-pages-build gem) (push) Has been cancelled
Python syntax checker / build (3.10) (push) Has been cancelled
Python syntax checker / build (3.11) (push) Has been cancelled
Python syntax checker / build (3.12) (push) Has been cancelled
Python syntax checker / build (3.8) (push) Has been cancelled
Python syntax checker / build (3.9) (push) Has been cancelled
Python syntax checker / build (3.x) (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Has been cancelled
This commit is contained in:
parent
55f70e641d
commit
89ffe44999
4 changed files with 7 additions and 4 deletions
5
.github/workflows/jekyll-gh-pages.yml
vendored
5
.github/workflows/jekyll-gh-pages.yml
vendored
|
@ -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"
|
||||
|
|
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue