mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
fix
This commit is contained in:
8
.github/workflows/server.yml
vendored
8
.github/workflows/server.yml
vendored
@@ -43,11 +43,11 @@ jobs:
|
||||
distribution: "zulu"
|
||||
cache: maven
|
||||
|
||||
- name: Build LazyFS
|
||||
run: cd thirdparty/lazyfs/ && ./build.sh
|
||||
# - name: Build LazyFS
|
||||
# run: cd thirdparty/lazyfs/ && ./build.sh
|
||||
|
||||
- name: Test with Maven
|
||||
run: cd dhfs-parent && mvn -T $(nproc) --batch-mode --update-snapshots package javadoc:aggregate
|
||||
run: cd dhfs-parent && mvn -T $(nproc) --batch-mode --update-snapshots javadoc:aggregate
|
||||
|
||||
# - name: Build with Maven
|
||||
# run: cd dhfs-parent && mvn --batch-mode --update-snapshots package # -Dquarkus.log.category.\"com.usatiuk.dhfs\".min-level=DEBUG
|
||||
@@ -255,6 +255,8 @@ jobs:
|
||||
|
||||
- name: Upload
|
||||
run: |
|
||||
git config --global user.email "dhfs-javadocs@usatiuk.com"
|
||||
git config --global user.name "Dhfs Javadocs"
|
||||
git branch javadocs || echo "Branch exists"
|
||||
git checkout javadocs
|
||||
rm -rf *
|
||||
|
||||
Reference in New Issue
Block a user