This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Why is the deploying to gh-pages handled using the deploy.sh file and not through github actions?
#1760
|
Is there any specific reason why slate is sticking with |
Answered by
MasterOdin
Jul 19, 2023
Replies: 1 comment 2 replies
|
Both should be supported and documented. In our docs for publishing slate, the final section is on publishing with github actions, which mostly just links to the GH workflow we use within this repo itself. Granted, this is after the initial block which talks about Are you asking us to reword this page to more heavily advertise using GH actions, or are you looking somewhere else? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm totally fine more heavily promoting using CI to deploy, and documenting how to do it more prominently, given that that's how we publish our example site ourselves within this repo, and would be a bit weird to push
./deploy.shmore heavily over what we ourselves do.