Skip to content

Commit b088ca2

Browse files
authored
Do not exclude updateGitHubPages task, as it is not defined for this project.
1 parent f3cb91f commit b088ca2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish-v1.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ jobs:
5656
# Since we're in the `v1`/`1.x-dev` branch already, this means that tests of a PR passed.
5757
# So, no need to run the tests again when publishing.
5858
#
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
59+
run: ./gradlew publish -x test --stacktrace
6460
env:
6561
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6662
FORMAL_GIT_HUB_PAGES_AUTHOR: developers@spine.io

0 commit comments

Comments
 (0)