You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
# Output directory of the build. Although it can be nested inside the source, it cannot be the same as the source directory.
destination: ./_site # 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: true# optional
# The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.
build_revision: ${{ github.sha }}# optional, default is ${{ github.sha }}
# Verbose output
verbose: true# optional, default is true
# GitHub token
token: ${{ github.token }} # default is ${{ github.token }}