Skip to content

Commit

Permalink
Merge branch 'main' into stuylib-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Belliveau committed Jan 16, 2024
2 parents fd79371 + 7edb3cd commit d2e8cfe
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,24 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Build Javadocs - Gradle ${{ env.GRADLE_VERSION }}
uses: gradle/gradle-build-action@v2.3.0-beta.1
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: javadoc -Pversion=${{ github.event.release.tag_name }}

- name: Setup Pages
uses: actions/[email protected]

- name: Upload artifact
uses: actions/upload-pages-artifact@v1.0.3
uses: actions/upload-pages-artifact@v3.0.0
with:
path: './docs/'
name: github-pages

- name: Deploy to GitHub Pages
id: deployment
uses: actions/[email protected]
uses: actions/[email protected]
with:
artifact_name: github-pages

deploy:
name: Prepare Jar & JitPack
Expand All @@ -60,7 +63,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Build - Gradle ${{ env.GRADLE_VERSION }}
uses: gradle/gradle-build-action@v2.3.0-beta.1
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: build -Pversion=${{ github.event.release.tag_name }}

Expand Down

0 comments on commit d2e8cfe

Please sign in to comment.