Skip to content

Commit

Permalink
Use GitHub Actions for deployment (#23)
Browse files Browse the repository at this point in the history
* Create explicit home page separate from tutorial

* Create GitHub Action for deployment

* Add R dependencies to GH Action if needed

* Remove use of renv from GH Action
  • Loading branch information
NeuroShepherd authored May 28, 2024
1 parent a82d249 commit 584c496
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
r-version: '4.4.0'

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1
# - name: Install R Dependencies
# uses: r-lib/actions/setup-renv@v2
# with:
# cache-version: 1

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit 584c496

Please sign in to comment.