diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index dc21306..d77224a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 }}/ \ @@ -27,5 +37,4 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - enable_jekyll: true publish_dir: ./gh-pages diff --git a/docs/_config.yml b/docs/_config.yml index da3939e..f514158 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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