Skip to content

Commit

Permalink
testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 7, 2024
1 parent c25b220 commit 2e182dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2
with:
profile: '"data/1_swiss_army_knives"'
profile: '"armyknives"'
#working-directory: "quarto/data/1_swiss_army_knives/"
#cache-version: 1
- name: Set up Quarto
Expand Down
6 changes: 3 additions & 3 deletions renv.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ library(sf)
library(terra)
renv::activate(profile = "armyknives")
renv::deactivate(clean = T)
renv::snapshot()
#renv::activate(profile = "armyknives")
#renv::snapshot()
#renv::deactivate(clean = T)
```

0 comments on commit 2e182dd

Please sign in to comment.