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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| CNAME | Your GitHub Pages CNAME, if any. | no | "" |
| INPUT_FOLDER | A subdirectory of the input repository which contains the markdown we wish to convert to a static site, i.e. docs/ or src/blog | no | "" |
| GITHUB_REPOSITORY | Target GitHub repository, which receives the built static site. | no | ${{ github.repository }} |
| REMOTE_BRANCH | Target repository branch for the built static site. | no | gh-pages |
| GITHUB_ACTOR | Name of the deploy actor | no | ${{ github.actor }} |
| GITHUB_TOKEN | Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }} | no | ${{ github.token }} |
Outputs
no outputs