Skip to content

Usage without actions/jekyll-build-pages #20

@letmaik

Description

@letmaik

I'm assuming the goal for actions/deploy-pages is to provide a generic way to deploy a zipped-up dump of a website following some conventions on artifact naming and the contents of the artifact.

Looking at the artifacts, it seems like the convention currently is:

  • Artifact name: "github-pages"
  • Artifact content: single tar file named artifact.tar that contains the website files

Two questions:

  1. Why the extra tar file? Wouldn't it be simpler to just have the website files directly in the artifact so that actions/upload-artifact can be used directly on a folder?
  2. Will these conventions change and should people wait before using actions/deploy-pages without actions/jekyll-build-pages?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions