Skip to content

fix SPI documentation configuration #28

@mpospese

Description

@mpospese

Intro

Our repo contains a config file that tells the Swift Package Index where to point for our documentation, but it has a typo in it and so does not work.

Task

Fix the typo in .spi.yml config file

current text:

version: 1
external_links:
  documentation: "<https://yml-org.github.io/YCoreUI/">

new text:

version: 1
external_links:
  documentation: "https://yml-org.github.io/YCoreUI/"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions