Skip to content

Commit

Permalink
Merge pull request #23 from jrdnbradford/add-corpus-table
Browse files Browse the repository at this point in the history
Update titles and add available works
  • Loading branch information
jrdnbradford authored Jul 5, 2024
2 parents 0b3edb0 + fe1ff21 commit 20877f9
Show file tree
Hide file tree
Showing 74 changed files with 410 additions and 323 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/README-check.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Workflow derived from https://github.com/quarto-dev/quarto-actions/tree/v2/render
on:
push:
paths:
- 'README.qmd'
pull_request:
paths:
- 'README.qmd'
Expand Down Expand Up @@ -32,9 +29,12 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::devtools
any::dplyr
any::knitr
any::readr
any::rmarkdown
any::dplyr
any::tibble
extra-packages:
local::.

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/dataset-check.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
on:
push:
paths:
- 'data-raw/generate_data.R'
- 'data-raw/corpus/*'
pull_request:
paths:
- 'data-raw/generate_data.R'
Expand Down
Loading

0 comments on commit 20877f9

Please sign in to comment.