Skip to content

Commit

Permalink
pkgdown updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreifer committed Feb 26, 2024
1 parent dd6922d commit 8be75fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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@v2
- uses: actions/checkout@v4

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

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

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
clean: false
branch: gh-pages
Expand Down
4 changes: 1 addition & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
template:
bootstrap: 5

remote_theme: wowchemy/starter-hugo-academic

url: https://ngreifer.github.io/cobalt/
reference:
- title: Primary Balance Assessment Functions
Expand Down Expand Up @@ -30,7 +28,6 @@ reference:
- var.names
- title: Data
- contents: lalonde

articles:
- title: ~
navbar: ~
Expand All @@ -41,3 +38,4 @@ articles:
- love.plot
- optimizing-balance
- faq

0 comments on commit 8be75fe

Please sign in to comment.