Skip to content

Commit

Permalink
Build HSC and use it to check GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 13, 2024
1 parent d34db52 commit 73c8b62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
- name: Check out
uses: actions/checkout@v2

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v4

- name: Execute Gradle build
run: ./gradlew clean check integrationTest --scan --stacktrace

- name: Generate Pages
run: ./generate-pages

Expand Down
1 change: 0 additions & 1 deletion self-check/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pluginManagement {
repositories {
maven { url = "file:../build/maven-repo"}
mavenCentral()
}
}

Expand Down

0 comments on commit 73c8b62

Please sign in to comment.