Skip to content

Update 2014-12-01-penguin-hatches-a-cloud-reader-for-pelican-nobooks.md #6

Update 2014-12-01-penguin-hatches-a-cloud-reader-for-pelican-nobooks.md

Update 2014-12-01-penguin-hatches-a-cloud-reader-for-pelican-nobooks.md #6

Workflow file for this run

- name: Build Jekyll for GitHub Pages

Check failure on line 1 in .github/workflows/jekyll.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/jekyll.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
uses: actions/[email protected]
with:
# Directory where the source files reside.
source: # optional, default is ./
# Output directory of the build. Although it can be nested inside the source, it cannot be the same as the source directory.
destination: # optional, default is ./_site
# Publishes posts with a future date. When set to true, the build is made with the --future option which overrides the future option that may be set in a Jekyll configuration file.
future: # optional
# The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.
build_revision: # optional, default is ${{ github.sha }}
# Verbose output
verbose: # optional, default is true
# GitHub token
token: # default is ${{ github.token }}