Skip to content

Commit

Permalink
bootstrap 5 and fix deprecation warnings for building website (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax authored Jul 23, 2024
1 parent b53c7f3 commit dda3c2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
4 changes: 3 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
url: https://ohdsi.github.com/DeepPatientLevelPrediction

template:
params:
bootswatch: cosmo
bootstrap: 5

development:
mode: auto
Expand Down

0 comments on commit dda3c2b

Please sign in to comment.