Skip to content

Commit

Permalink
copy only site
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher committed Dec 3, 2024
1 parent 4139e31 commit e318826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Copy file
run: |
mkdir -p ./gh-pages/${{ github.ref_name }}/ \
&& cp -pr ${{ github.ref_name }}/docs/* ./gh-pages/${{ github.ref_name }}/
&& cp -pr ${{ github.ref_name }}/docs/_site/* ./gh-pages/${{ github.ref_name }}/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down
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/MOP1.1/"
url: "https://biocorecrg.github.io/master_of_pores/MOP1.1"

# Build settings
markdown: kramdown
Expand Down

0 comments on commit e318826

Please sign in to comment.