Skip to content

Commit

Permalink
pkgdown support Quarto now
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jul 18, 2024
1 parent 7aef557 commit 7a42e9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: quarto-dev/quarto-actions/setup@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: pre-release

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

- uses: r-lib/actions/setup-r@v2
Expand Down
9 changes: 0 additions & 9 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ url: https://quarto-dev.github.io/quarto-r/
template:
bootstrap: 5

navbar:
structure:
left: [publishing, reference, news]
components:
publishing:
text: Publishing
href: articles/publishing.html


reference:
- title: "Render and Preview"
desc: >
Expand Down
2 changes: 2 additions & 0 deletions vignettes/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.html
*.R
*_files

/.quarto/

0 comments on commit 7a42e9a

Please sign in to comment.