Skip to content

Commit 1996c61

Browse files
committed
add 'extra-packages' for quarto publish workflow
1 parent ba6ec7d commit 1996c61

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
with:
5959
target: gh-pages
6060
path: quarto
61+
extra-packages: any::ggplot2, any::knitr, any::ggiraph, any::gfonts, any::gdtools
6162
env:
6263
AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}
6364
GITHUB_TOKEN: ${{ secrets.MY_GH_TOKEN }}

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashboard
22
Title: What the Package Does (One Line, Title Case)
3-
Version: 0.2.2.102
3+
Version: 0.2.2.103
44
Authors@R:
55
person(given = "First",
66
family = "Last",

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "dashboard: What the Package Does (One Line, Title Case)",
77
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
88
"license": "https://spdx.org/licenses/MIT",
9-
"version": "0.2.2.102",
9+
"version": "0.2.2.103",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",

0 commit comments

Comments
 (0)