diff --git a/.github/.gitignore b/.github/.gitignore deleted file mode 100644 index 2d19fc7..0000000 --- a/.github/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.html diff --git a/.github/workflows/blog.yaml b/.github/workflows/blog.yaml index cd6eb4e..4ecf414 100644 --- a/.github/workflows/blog.yaml +++ b/.github/workflows/blog.yaml @@ -24,7 +24,9 @@ jobs: # extended: true - name: Build - run: hugo --minify + run: | + cd blog + hugo --minify - name: Deploy uses: peaceiris/actions-gh-pages@v3 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29341d1..f91c7f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -Contributing to tidyomics/tidyomicsBlog Workshop +Contributing to tidyomics === :+1::tada: First off, thanks for taking the time to contribute! :tada::+1: @@ -14,7 +14,7 @@ The following is a set of guidelines for contributing to this training material # What should I know before I get started? -This repository contains the files for the tidyomics/tidyomicsBlog workshop. +This repository contains the files for the tidyomicsBlog. By contributing, you agree that we may redistribute your work under [this repository's license](LICENSE.md). diff --git a/DESCRIPTION b/DESCRIPTION index ad93f4b..49058ae 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,18 +1,18 @@ -Package: tidyomics/tidyomicsBlog +Package: tidyomicsBlog Title: The tidyomics blog Version: 1.2.0 Authors@R: c( person("Stefano", "Mangiola", email="mangiola.s@wehi.edu.au", role = c("aut","cre"), comment = c(ORCID = "0000-0001-7474-836X")), - person("Maria", "Doyle", email="maria.doyle@petermac.org", - role = c("aut"), - comment = c(ORCID = "0000-0003-4847-8436")), person("William", "Hutchison", email="hutchison.w@wehi.edu.au", role = c("aut"), comment = c(ORCID = "0009-0001-6242-4269")), + person("Maria", "Doyle", email="maria.doyle@petermac.org", + role = c("aut"), + comment = c(ORCID = "0000-0003-4847-8436")) ) -Maintainer: William Hutchison , Stefano Mangiola , Maria Doyle +Maintainer: Stefano Mangiola , William Hutchison , Maria Doyle Description: This blog serves as a platform to showcase new tidyomics techniques and analysis. License: CC BY-SA 4.0 + file LICENSE Encoding: UTF-8