Add theme, Python version and feed domain support to GitHub Pages deployment workflow#1
Closed
seanh wants to merge 1 commit into
Closed
Add theme, Python version and feed domain support to GitHub Pages deployment workflow#1seanh wants to merge 1 commit into
seanh wants to merge 1 commit into
Conversation
2 tasks
…workflow
Add theme, Python version and feed domain support to the reusable GitHub
Actions workflow for deploying a Pelican site to GitHub Pages:
1. Add a new `theme` option to the workflow that callers can use to
specify an external theme to be checked out and used
2. Add a new `python` option to the workflow that callers can use to
specify the Python version, in case they need to build their site
with a particular version of Python
3. Pass `--extra-settings FEED_DOMAIN='"${{ steps.pages.outputs.origin }}"'`
to the `pelican` command to set the value of Pelican's `FEED_DOMAIN`
setting for feed URLs.
Owner
Author
|
Closing in favour of getpelican#3330 |
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.
Add theme, Python version and feed domain support to the reusable GitHub Actions workflow for deploying a Pelican site to GitHub Pages:
themeoption to the workflow that callers can use to specify an external theme to be checked out and usedpythonoption to the workflow that callers can use to specify the Python version, in case they need to build their site with a particular version of Python--extra-settings FEED_DOMAIN='"${{ steps.pages.outputs.origin }}"'to thepelicancommand to set the value of Pelican'sFEED_DOMAINsetting for feed URLs.