phillmv/Arquivo Static Site Generator

Converts Arquivo notebooks, or folders with ad-hoc markdown files, into a static site. It then pushes that site to any given repo, so that it may be hosted as a GitHub Page.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
CNAMEYour GitHub Pages CNAME, if any.no""
INPUT_FOLDERA subdirectory of the input repository which contains the markdown we wish to convert to a static site, i.e. docs/ or src/blogno""
GITHUB_REPOSITORYTarget GitHub repository, which receives the built static site.no${{ github.repository }}
REMOTE_BRANCHTarget repository branch for the built static site.nogh-pages
GITHUB_ACTORName of the deploy actorno${{ github.actor }}
GITHUB_TOKENToken for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }}no${{ github.token }}

no outputs