Skip to content

Commit

Permalink
Merge branch 'clean-pkgdown' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Mar 6, 2024
2 parents e06acd4 + f7dd076 commit 9a55b38
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 24 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:

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

Expand All @@ -50,5 +47,3 @@ jobs:
clean: false
branch: gh-pages
folder: docs

# or folder = docs?
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ revdep/
CRAN-SUBMISSION
/doc/
/Meta/
docs
16 changes: 0 additions & 16 deletions _pkgdown.yml

This file was deleted.

13 changes: 11 additions & 2 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ home:
title: An R package for working with generalized additive models
description: Graceful 'ggplot'-based graphics and utility functions for working with generalized additive models (GAMs) fitted using the 'mgcv' package.

authors:
Gavin L. Simpson
href: https://fromthebottomoftheheap.net

template:
params:
bootswatch: simplex
bootstrap: 5
bootswatch: flatly
opengraph:
image:
src: man/figures/README-draw-gam-figure-1.png
alt: "Plot produced by draw() of 4 smooth functions from a fitted generalized additive model"
twitter:
creator: "@ucfagls"
card: summary_large_image

navbar:
structure:
left: [intro, articles, reference, news]
right: [search, github]

0 comments on commit 9a55b38

Please sign in to comment.