Skip to content

Commit

Permalink
push-master.yml: set up Java and Node.js before cloning the GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 5, 2024
1 parent 0f5ba90 commit c445c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- uses: actions/setup-node@v4
with:
node-version: 20.12.1
- uses: actions/checkout@v4
- run: npm ci
- run: npx antora docs/ci-playbook.yml
- run: ./gradlew copyJavadocToSite --console=plain --no-daemon --stacktrace
Expand Down

0 comments on commit c445c6a

Please sign in to comment.