We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
updateGitHubPages
1 parent f3cb91f commit b088ca2Copy full SHA for b088ca2
.github/workflows/publish-v1.yml
@@ -56,11 +56,7 @@ jobs:
56
# Since we're in the `v1`/`1.x-dev` branch already, this means that tests of a PR passed.
57
# So, no need to run the tests again when publishing.
58
#
59
- # Also, we don't want to update the GitHub Pages content, as it may be already
60
- # updated with the contents of 2.x branch. So this operation should be performed
61
- # manually, if really needed.
62
- # See https://github.com/SpineEventEngine/config/tree/master/scripts/publish-documentation.
63
- run: ./gradlew publish -x test -x updateGitHubPages --stacktrace
+ run: ./gradlew publish -x test --stacktrace
64
env:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
FORMAL_GIT_HUB_PAGES_AUTHOR: developers@spine.io
0 commit comments