The website for the Wyam2 static content generator: wyam2.github.io
- Generate a personal access token from GitHub
- Set the environment variable
GH_ACCESS_TOKEN
with this token
PS C:\OSS\wyam2\docs> $env:GH_ACCESS_TOKEN="yourPersonalAccessToken"
PS C:\OSS\wyam2\docs> .\build.ps1
or if you need more details and save all build output to a file
PS C:\OSS\wyam2\docs> .\build.ps1 -Verbosity diagnostic *>&1 | Out-File 'build.log'