Skip to content

Commit

Permalink
Merge branch '184_cicd_date_stamp' of github.com:pharmaverse/blog int…
Browse files Browse the repository at this point in the history
…o 184_cicd_date_stamp
  • Loading branch information
manciniedoardo committed Sep 12, 2024
2 parents aa55ce8 + 8f05960 commit 7c839b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/create_blogpost.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ print(allowed_tags)
# Fill in the info, e.g.:
create_post(
post_name = "My Blog", # needs to be character vector (length 1)
post_date = "2024-12-01", # needs to be length 1character vector and will be auto-updated when your post is merged
post_date = "2024-12-01", # needs to be length 1 character vector and will be auto-updated when your post is merged
description = "", # you can fill the description in later as well
author = c("My Name"), # one or more authors are permitted
cover_image = "pharmaverse", # chose one of the above (see line 8)
Expand Down
2 changes: 1 addition & 1 deletion R/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Some of these files help in creating/developing blog-posts, others are used by o
- `help_create_blogpost.R`: script containing the function(s) used by `create_blogpost.R`
- `switch.R`: Used by CICD spellcheck workflow.
- `check_post_tags.R`: Used by Check-Post-Tags CICD workflow
- `update_post_dates.R`: Used by Update-Post_Dates CICD workflow
- `update_post_dates.R`: Used by Update-Post-Dates CICD workflow

0 comments on commit 7c839b4

Please sign in to comment.