Skip to content

Commit 8e167ad

Browse files
committed
(build) Disable Wyam documentation
Publishing of documentation using Wyam is not working correctly just now on GitHub Actions. Rather than fight with this, I am going to just disable it for now, since publishing is still working when running locally. I will need to look into this later.
1 parent ba4b8b5 commit 8e167ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
3131
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
3232
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
33-
WYAM_ACCESS_TOKEN: ${{ secrets.WYAM_ACCESS_TOKEN }}
34-
WYAM_DEPLOY_BRANCH: gh-pages
35-
WYAM_DEPLOY_REMOTE: https://github.com/GitTools/GitReleaseManager
3633
CODECOV_REPO_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}
3734
GPR_USER: gittools-bot
3835
GPR_PASSWORD: ${{ secrets.NUGET_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)