We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90de1ff commit 1def35dCopy full SHA for 1def35d
.github/workflows/website.yml
@@ -41,8 +41,12 @@ jobs:
41
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
42
restore-keys: |
43
${{ runner.os }}-maven-
44
+ - name: Build Hadoop maven plugins
45
+ run: cd hadoop-maven-plugins && mvn --batch-mode install
46
- name: Build Hadoop
- run: mvn clean install site -DskipTests -DskipShade
47
+ run: mvn clean install -DskipTests -DskipShade
48
+ - name: Build document
49
+ run: mvn clean site
50
- name: Stage document
51
run: mvn site:stage -DstagingDirectory=${GITHUB_WORKSPACE}/staging/
52
- name: Deploy to GitHub Pages
0 commit comments