Skip to content

Commit

Permalink
Rebuild pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoo4 committed Jun 2, 2024
1 parent 5a91b48 commit cb1e06f
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 85 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:

name: pkgdown

permissions: read-all

jobs:
pkgdown:
runs-on: ubuntu-latest
Expand All @@ -19,8 +21,10 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

Expand All @@ -39,7 +43,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
7 changes: 0 additions & 7 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
url: https://cgoo4.github.io/usedthese/
template:
bootstrap: 5
bootswatch: lux
bslib:
pkgdown-nav-height: 100px

news:
releases:
- text: "Version 0.1.0"
href: https://www.quantumjitter.com/blog/usedthese/
10 changes: 2 additions & 8 deletions docs/404.html

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

10 changes: 2 additions & 8 deletions docs/LICENSE-text.html

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

10 changes: 2 additions & 8 deletions docs/LICENSE.html

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

10 changes: 2 additions & 8 deletions docs/articles/index.html

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

10 changes: 2 additions & 8 deletions docs/articles/usedthese.html

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

10 changes: 2 additions & 8 deletions docs/authors.html

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

14 changes: 4 additions & 10 deletions docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
multipage: multipage.html
usedthese: usedthese.html
last_built: 2024-05-29T13:36Z
last_built: 2024-06-02T10:33Z
urls:
reference: https://cgoo4.github.io/usedthese/reference
article: https://cgoo4.github.io/usedthese/articles
Expand Down
10 changes: 2 additions & 8 deletions docs/reference/index.html

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

10 changes: 2 additions & 8 deletions docs/reference/used_here.html

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

Loading

0 comments on commit cb1e06f

Please sign in to comment.