Skip to content

Commit

Permalink
Merge pull request #114 from LearnToDiscover/sync-with-carpentries
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft authored Oct 16, 2024
2 parents 8302cf3 + 258b3ab commit 156fafd
Show file tree
Hide file tree
Showing 9 changed files with 414 additions and 7 deletions.
6 changes: 5 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sandpaper
Title: Create and Curate Carpentries Lessons
Version: 0.16.6-1
Version: 0.16.9.9000-1
Authors@R: c(
person(given = "Robert",
family = "Davey",
Expand Down Expand Up @@ -55,6 +55,10 @@ Authors@R: c(
family = "Bellini Saibene",
role = c("ctb", "trl"),
comment = c(ORCID = "0000-0002-4522-7466")),
person(given = "Martin",
family = "Raden",
role = c("ctb", "trl"),
comment = c(ORCID = "0000-0002-7926-5911")),
person())
Description: We provide tools to build a Carpentries-themed lesson repository
into an accessible standalone static website. These include local tools and
Expand Down
28 changes: 28 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# sandpaper 0.16.8 (2024-10-11)

## BUG FIXES

* Pin workflow to ubuntu-22.04 instead of ubuntu-latest
(reported @chrbknudsen #605, fixed @froggleston #606)
* Update notes to remove excessive build warnings
(@milanmlft #599)

## LANGUAGES

* Add `R-de.po` for German translations of lesson elements
(@martin-raden #607)

## MISC

* Added @martin-raden as a contributor and translator - welcome!


# sandpaper 0.16.7 (2024-09-04)

## BUG FIXES

* Add overwrite option to pr workflow to fix change in default from
[update-artifact action v3 to v4](https://github.com/actions/upload-artifact#breaking-changes)
(@milanmlft #602)


# sandpaper 0.16.6 (2024-08-23)

## BUG FIXES
Expand Down
Binary file added inst/po/de/LC_MESSAGES/R-sandpaper.mo
Binary file not shown.
5 changes: 4 additions & 1 deletion inst/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ on:
jobs:
full-build:
name: "Build Full Site"
runs-on: ubuntu-latest

# 2024-10-01: ubuntu-latest is now 24.04 and R is not installed by default in the runner image
# pin to 22.04 for now
runs-on: ubuntu-22.04
permissions:
checks: write
contents: write
Expand Down
1 change: 1 addition & 0 deletions man/known_languages.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/sandpaper-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/yaml_list.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 156fafd

Please sign in to comment.