SATVILab / projr

Streamline R projects
https://satvilab.github.io/projr/
Other
1 stars 1 forks source link

Fix the GitHub `parse_url` bug #505

Open MiguelRodo opened 6 months ago

MiguelRodo commented 6 months ago

image

This is the structure of _projr-archive.yml (with archive profile activated during build):

build:
  github:
    archive-2024:
      content:
      - data-raw-img
      - data-raw-slides
      - docs
      - output
      structure: version
      send:
        sync-approach: sync-using-deletion
        version-source: none

and this is the structure of _projr.yml:

directories:
  data-raw-img:
    path: _data_raw/img
  data-raw-slides:
    path: _data_raw/slides
  cache:
    path: _tmp
  output:
    path: _output
  docs:
    path: docs
build:
  github:
    latest-2024:
      content:
      - data-raw-img
      - data-raw-slides
      - docs
      - output
      structure: latest
      send:
        version-source: none
        sync-approach: upload-all

Despite the errors, this was the release structure post build:

image