Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oddish3 committed Feb 6, 2025
1 parent 7501c4d commit 3c9c52c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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-r-dependencies@v2
- uses: quarto-dev/quarto-actions/setup@v2
- uses: quarto-dev/quarto-actions/render@v2
- name: Deploy to GitHub pages 🚀
Expand Down
19 changes: 14 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Quarto build directories
_site/
_site
_freeze/
_freeze
/.quarto/
.quarto

# R specific
.Rproj.user
.Rhistory
.RData
.Ruserdata
.Rdata
*.rds

/.quarto/
_site/
_site
_freeze
_freeze/
# System files
.DS_Store
Thumbs.db

0 comments on commit 3c9c52c

Please sign in to comment.