The website for the Wyam static content generator: wyam.io
- Generate a personal access token from GitHub
- Set the environment variable
WYAM_GITHUB_TOKEN
with this token
PS C:\OSS\wyamio\Wyam.Web> $env:WYAM_GITHUB_TOKEN="yourPersonalAccessToken"
PS C:\OSS\wyamio\Wyam.Web> .\build.ps1