Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iranzo/gh-pages-pelican-action
Pelican Action for GitHub Pages
https://github.com/iranzo/gh-pages-pelican-action
Last synced: 10 days ago
JSON representation
Pelican Action for GitHub Pages
- Host: GitHub
- URL: https://github.com/iranzo/gh-pages-pelican-action
- Owner: iranzo
- Created: 2020-08-07T11:34:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T00:51:35.000Z (30 days ago)
- Last Synced: 2024-10-08T17:04:34.677Z (29 days ago)
- Language: Shell
- Size: 128 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# GitHub Pages Pelican Action
This action builds a Pelican site and deploys it on GitHub pages
Make sure that requirements such as `requirements.txt` are up to date.
If there's an existing `build.sh` it will be executed to setup extra steps before 'building' with Pelican the site (additional steps, other external programs, etc)
## Environment variables
- `GH_PAGES_BRANCH` (optional): override the default `gh-pages` deployment branch
- `SOURCE_FOLDER` (optional): override the default `content` folder for building the site
- `PELICAN_CONFIG_FILE` (optional): override the default `pelicanconf.py` file for configuring the site publish settings