Skip to content

Commit

Permalink
remove extra packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Bosch i Matas committed Jan 22, 2024
1 parent 8e3ec0e commit 898b86d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
- cron: '14 12 * * *'

name: Render and Publish

permissions:
contents: write
pages: write
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -26,8 +26,8 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: local::.
# with:
# extra-packages: local::.

# - name: Crea i omple .Renviron amb secrets accessibles des d'R
# run: |
Expand Down
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ website:
title: "portals_bcn"
repo-url: https://github.com/OSM-Catalan/portals_bcn
repo-actions: [edit, issue]
site-url: https://osm-catalan.github.io/monitorOSM
site-url: https://osm-catalan.github.io/portals_bcn
open-graph: true

format:
Expand Down

0 comments on commit 898b86d

Please sign in to comment.