Skip to content

Commit

Permalink
ci: install config/needs/website
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Aug 9, 2024
1 parent 1e635e0 commit 548704b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
with:
cache-version: 4

- name: 📦 Install website dependencies
run: |
renv::activate()
pak::pak(dependencies = "Config/Needs/website")
- name: 📰 Render and Publish to GitHub Pages
uses: gadenbuie/quarto-actions/publish@quarto-render-working-dir
with:
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Suggests:
Remotes:
gadenbuie/grkstyle
Config/Needs/dev: lionel-/codegrip
Config/Needs/website: grkstyle
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2

0 comments on commit 548704b

Please sign in to comment.