Skip to content

Commit

Permalink
install this pkg in quarto script + add airtable key
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 12, 2024
1 parent 9da780b commit d1acbd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}

steps:

Expand All @@ -41,6 +42,9 @@ jobs:
remotes::install_github("bergant/airtabler")
shell: Rscript {0}

- name: Install dashboard package
run: R CMD INSTALL .

- name: Render editors
run: quarto render "editors.qmd"
working-directory: ./quarto
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashboard
Title: What the Package Does (One Line, Title Case)
Version: 0.0.1.015
Version: 0.0.1.016
Authors@R:
person(given = "First",
family = "Last",
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "dashboard: What the Package Does (One Line, Title Case)",
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.1.015",
"version": "0.0.1.016",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit d1acbd0

Please sign in to comment.