Skip to content

Commit

Permalink
Merge pull request #19 from permaverse/website
Browse files Browse the repository at this point in the history
Update website to bootstrap 5 and new permaverse organization.
  • Loading branch information
astamm authored Jan 6, 2025
2 parents ba23a02 + d673f08 commit 07ec8dc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
^data-raw$
^README.md$
^CRAN-SUBMISSION$
^_pkgdown\.yml$
^docs$
^pkgdown$
9 changes: 5 additions & 4 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
release:
types: [published]
workflow_dispatch:

name: pkgdown
name: pkgdown.yaml

permissions: read-all

jobs:
pkgdown:
Expand All @@ -22,7 +23,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

Expand All @@ -41,7 +42,7 @@ jobs:

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
clean: false
branch: gh-pages
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
inst/doc
.DS_Store
README.html
docs
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Suggests:
viridis,
viridisLite
VignetteBuilder: knitr
URL: https://LMJL-Alea.github.io/flipr/, https://github.com/LMJL-Alea/flipr/
BugReports: https://github.com/LMJL-Alea/flipr/issues/
URL: https://permaverse.github.io/flipr/, https://github.com/permaverse/flipr/
BugReports: https://github.com/permaverse/flipr/issues/
Depends:
R (>= 2.10)
LinkingTo:
Expand Down
4 changes: 4 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
url: https://permaverse.github.io/flipr/
template:
bootstrap: 5

6 changes: 3 additions & 3 deletions man/flipr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07ec8dc

Please sign in to comment.