From 41dc570276722e0444fe8d87ba040fb5bd86345d Mon Sep 17 00:00:00 2001 From: Eric Marcon Date: Sat, 2 Nov 2024 20:29:51 +0100 Subject: [PATCH] corrected yaml syntax --- DESCRIPTION | 2 +- NEWS.md | 2 +- R/memoiR.R | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 60da18e..45e11e2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: memoiR Title: R Markdown and Bookdown Templates to Publish Documents -Version: 1.2-10.9002 +Version: 1.2-10.9003 URL: https://ericmarcon.github.io/memoiR/, https://github.com/EricMarcon/memoiR/ BugReports: https://github.com/EricMarcon/memoiR/issues/ Authors@R: diff --git a/NEWS.md b/NEWS.md index 3ecc5c3..053c094 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# memoiR 1.2-10.9002 +# memoiR 1.2-10.9003 * added the "main" branch name to `build_ghworkflow()` * corrected the Stylish Article template (Thanks to Florence Puech, #5) diff --git a/R/memoiR.R b/R/memoiR.R index 2a3face..ac3d51a 100644 --- a/R/memoiR.R +++ b/R/memoiR.R @@ -645,7 +645,8 @@ build_ghworkflow <- function() { 'on:', ' push:', ' branches:', - ' - [main, master]', + ' - main', + ' - master', '', 'name: rmarkdown', '',