Skip to content

Commit

Permalink
fix yaml issues
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Aug 25, 2022
1 parent 755e34c commit 476a7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: '2.19.1'
pandoc-version: '2.19.2'

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
local::.
extra-packages: r-lib/pkgdown, local::.
needs: website

- name: Build site
Expand Down
1 change: 0 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ articles:
navbar: ~
contents:
- standardize_data

0 comments on commit 476a7a2

Please sign in to comment.