Skip to content

Commit

Permalink
Update prod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana authored Apr 8, 2024
1 parent ac6bf10 commit 3212be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Install Dependencies
- name: Install dependencies
run: |
git config --global --add safe.directory /__w/utilitR/utilitR
Rscript -e "install.packages(c('remotes'))"
Rscript -e "remotes::install_github('rstudio/htmltools')"
Rscript -e "remotes::install_github('r-spatial/sf', dependencies = TRUE)"
Expand All @@ -72,7 +73,6 @@ jobs:
git remote -v
git config --global user.email [email protected]
git config --global user.name "Quarto GHA Workflow Runner"
git config --global --add safe.directory /__w/utilitR/utilitR
quarto render --to html
quarto publish gh-pages --no-render --no-browser
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3212be2

Please sign in to comment.