fix(docs): drop the failing GitHub Pages workflow#6
Merged
Conversation
The workflow was copied from molpack, which still publishes to molcrafts.github.io. This repo has no Pages site, so `actions/configure-pages` failed on the first push to master with "Get Pages site failed". Docs here deploy the way molpy and molvis do: Cloudflare builds the Zensical site straight from the repo, and neither of those ships a docs workflow. So remove ours and move site_url onto the same <name>.molcrafts.org convention. The `doc` dependency group stays — the Cloudflare build installs zensical and the shared molcrafts theme from it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deploy docs to GitHub Pagesfailed on its first run against master:The workflow was copied from
molpack(which does publish tomolcrafts.github.io). This repo has no Pages site and should not have one —docs deploy through Cloudflare, the way
molpyandmolvisdo. Neither ofthose ships a docs workflow at all; Cloudflare builds the Zensical site
straight from the repo.
.github/workflows/docs.ymlzensical.toml:site_url→https://molplot.molcrafts.org/docdependency group — the Cloudflare build installs zensical andthe shared molcrafts theme from it
No version bump; nothing in the published packages changed.
Goes straight to master rather than through dev because #3 was rebase-merged,
which duplicated dev's commits onto master. dev gets reconciled with a merge
commit right after this lands.