Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
william-hutchison committed Dec 11, 2023
1 parent 93ac171 commit f198519
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/.gitignore

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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).

Expand Down
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Package: tidyomics/tidyomicsBlog
Package: tidyomicsBlog
Title: The tidyomics blog
Version: 1.2.0
Authors@R: c(
person("Stefano", "Mangiola", email="[email protected]",
role = c("aut","cre"),
comment = c(ORCID = "0000-0001-7474-836X")),
person("Maria", "Doyle", email="[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-4847-8436")),
person("William", "Hutchison", email="[email protected]",
role = c("aut"),
comment = c(ORCID = "0009-0001-6242-4269")),
person("Maria", "Doyle", email="[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-4847-8436"))
)
Maintainer: William Hutchison <hutchison.w@wehi.edu.au>, Stefano Mangiola <mangiola.s@wehi.edu.au>, Maria Doyle <[email protected]>
Maintainer: Stefano Mangiola <mangiola.s@wehi.edu.au>, William Hutchison <hutchison.w@wehi.edu.au>, Maria Doyle <[email protected]>
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
Expand Down

0 comments on commit f198519

Please sign in to comment.