Skip to content

Commit

Permalink
upgrade for jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher committed Dec 3, 2024
1 parent e0dfe95 commit 03a6bba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
with:
ref: gh-pages
path: gh-pages
- name: Prepare Ruby and Jekyll
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- name: Install ruby dependencies
run: bundle install
- name: Build website
run: |
cd ${{ github.ref_name }}/docs/ \
&& bundle exec jekyll build
- name: Copy file
run: |
mkdir -p ./gh-pages/${{ github.ref_name }}/ \
Expand All @@ -27,5 +37,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
enable_jekyll: true
publish_dir: ./gh-pages
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Master of Pores
description: Nextflow pipeline for analysis of Nanopore data from direct RNA sequencing.
url: "https://biocorecrg.github.io/master_of_pores/"
url: "https://biocorecrg.github.io/master_of_pores/MOP1.1/"

# Build settings
markdown: kramdown
Expand Down

0 comments on commit 03a6bba

Please sign in to comment.