-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Description
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.tarthat contains the website files
Two questions:
- 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?
- Will these conventions change and should people wait before using actions/deploy-pages without actions/jekyll-build-pages?
pavi2410
Metadata
Metadata
Assignees
Labels
No labels