Skip to content

Commit

Permalink
corrected yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMarcon committed Nov 2, 2024
1 parent 3c871d4 commit 41dc570
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion R/memoiR.R
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@ build_ghworkflow <- function() {
'on:',
' push:',
' branches:',
' - [main, master]',
' - main',
' - master',
'',
'name: rmarkdown',
'',
Expand Down

0 comments on commit 41dc570

Please sign in to comment.