Skip to content

Commit

Permalink
Update pkgdown yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamullin committed Aug 26, 2022
1 parent 93fc058 commit 8ca2f6f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [develop]
branches: [main, master]
pull_request:
branches: [develop]
branches: [main, master]
release:
types: [published]
workflow_dispatch:
Expand Down Expand Up @@ -44,9 +44,3 @@ jobs:
clean: false
branch: gh-pages
folder: docs

url: https://usepa.github.io/TADA/

template:
bootstrap: 5
bootswatch: cerulean

0 comments on commit 8ca2f6f

Please sign in to comment.