Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Aug 16, 2023
1 parent 124880b commit 28e6fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def pull_artifacts(session):
pull_from_s3_and_unpack("redun_lamin_fasta_docs.zip")
Path("redun_lamin_fasta_docs/redun.ipynb").rename("docs/redun.ipynb")
pull_from_s3_and_unpack("nextflow_lamin_usecases_docs.zip")
Path("nextflow_lamin_usecases_docs/docs/bulk_rna_seq.ipynb").rename(
Path("nextflow_lamin_usecases_docs/guide/bulk_rna_seq.ipynb").rename(
"docs/nextflow.ipynb"
)

Expand Down

0 comments on commit 28e6fa8

Please sign in to comment.