Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Nov 17, 2023
1 parent 82c5d06 commit f252b57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- master
- l10n_main
schedule:
- cron: '0 0 * * 2'
workflow_dispatch:
Expand Down Expand Up @@ -61,8 +62,8 @@ jobs:
sandpaper::package_cache_trigger(TRUE)
renv::install("joelnitta/dovetail")
lesson_trans_dir <- paste0(tempdir(), "/dovetail-", Sys.Date())
dovetail:::make_locale_dir(
locale_dir = lesson_trans_dir, overwrite = TRUE, lang = "ja",
clean = FALSE)
dovetail:::make_translated_dir(
translated_dir = lesson_trans_dir, overwrite = TRUE, lang = "ja",
l10n_branch = NULL, clean = FALSE)
sandpaper:::ci_deploy(path = lesson_trans_dir, reset = reset)
shell: Rscript {0}

0 comments on commit f252b57

Please sign in to comment.