Skip to content

Commit

Permalink
commmit
Browse files Browse the repository at this point in the history
  • Loading branch information
oddish3 committed Feb 6, 2025
1 parent 3c9c52c commit 2e9e17a
Show file tree
Hide file tree
Showing 5 changed files with 1,343 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ on:
branches:
- main
name: Quarto Publish

permissions:
contents: write

jobs:
publish:
runs-on: ubuntu-latest
Expand All @@ -19,7 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
# - uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1
- uses: quarto-dev/quarto-actions/setup@v2
- uses: quarto-dev/quarto-actions/render@v2
- name: Deploy to GitHub pages 🚀
Expand Down
7 changes: 7 additions & 0 deletions renv/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
library/
local/
cellar/
lock/
python/
sandbox/
staging/
Loading

0 comments on commit 2e9e17a

Please sign in to comment.