Skip to content

Commit

Permalink
Merge pull request #11 from OSM-Catalan/quarto_output-dir
Browse files Browse the repository at this point in the history
Evita que quarto sobreescrigui les pàgines de pkgdown
  • Loading branch information
jmaspons authored Dec 1, 2023
2 parents 59da399 + 3d84a69 commit f392a2a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
# Render and Publish corre en push i schedule
workflow_run:
workflows: [Render and Publish]
types:
- completed
pull_request:
branches: [main, master]
release:
Expand All @@ -17,7 +12,6 @@ name: pkgdown
jobs:
pkgdown:
runs-on: ubuntu-latest
if: ${{ github.event_name != 'workflow_run' }} || ${{ github.event.workflow_run.conclusion == 'success' }}
# Only restrict concurrency for non-PR jobs
concurrency:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ També es mostra quins conjunts de canvis han trencat les etiquetes amb enllaço

Si voleu afegir objectes amb les seves etiquetes a les bases de dades, podeu obrir un
[tiquet](https://github.com/OSM-Catalan/monitorOSM/issues) o podeu provar de fer un PR amb les instruccions que trobareu
a [aquí](https://osm-catalan.github.io/monitorOSM/data-raw/README.html). Fora bo que els estats de referència
a [aquí](https://osm-catalan.github.io/monitorOSM/web/data-raw/README.html). Fora bo que els estats de referència
dels objectes siguin consensuats amb la
[Comunitat d'OpenStreetmap en català](https://wiki.openstreetmap.org/wiki/WikiProject_Catalan#Canals_de_comunicaci%C3%B3_i_mitjans_de_difusi%C3%B3).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Si voleu afegir objectes amb les seves etiquetes a les bases de dades,
podeu obrir un
[tiquet](https://github.com/OSM-Catalan/monitorOSM/issues) o podeu
provar de fer un PR amb les instruccions que trobareu a
[aquí](https://osm-catalan.github.io/monitorOSM/data-raw/README.html).
[aquí](https://osm-catalan.github.io/monitorOSM/web/data-raw/README.html).
Fora bo que els estats de referència dels objectes siguin consensuats
amb la [Comunitat d’OpenStreetmap en
català](https://wiki.openstreetmap.org/wiki/WikiProject_Catalan#Canals_de_comunicaci%C3%B3_i_mitjans_de_difusi%C3%B3).
Expand Down
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
project:
type: website
execute-dir: project
output-dir: web
render:
- README.Rmd
- data-raw/README.md
Expand Down

0 comments on commit f392a2a

Please sign in to comment.