Skip to content

Commit

Permalink
Do not exclude updateGitHubPages task, as it is not defined for thi…
Browse files Browse the repository at this point in the history
…s project.
  • Loading branch information
armiol authored May 20, 2023
1 parent f3cb91f commit b088ca2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ jobs:
# Since we're in the `v1`/`1.x-dev` branch already, this means that tests of a PR passed.
# So, no need to run the tests again when publishing.
#
# Also, we don't want to update the GitHub Pages content, as it may be already
# updated with the contents of 2.x branch. So this operation should be performed
# manually, if really needed.
# See https://github.com/SpineEventEngine/config/tree/master/scripts/publish-documentation.
run: ./gradlew publish -x test -x updateGitHubPages --stacktrace
run: ./gradlew publish -x test --stacktrace
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FORMAL_GIT_HUB_PAGES_AUTHOR: developers@spine.io
Expand Down

0 comments on commit b088ca2

Please sign in to comment.