Skip to content

Commit 059e220

Browse files
committed
Do not publish to github pages, we don't have that set up yet
1 parent d632484 commit 059e220

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/publication.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
env:
2222
IS_PUBLICATION: true
2323
run: |
24-
git clone -b maven https://github.com/ZekerZhayard/ForgeWrapper.git ./build/maven
25-
rm -rf ./build/maven/.git/*
24+
# git clone -b maven https://github.com/ZekerZhayard/ForgeWrapper.git ./build/maven
25+
# rm -rf ./build/maven/.git/*
2626
chmod +x ./gradlew
2727
./gradlew publish -iS
2828
- uses: actions/upload-artifact@v4
@@ -53,8 +53,8 @@ jobs:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
with:
5555
asset_paths: '["./build/libs/*"]'
56-
- name: Upload to Maven
57-
uses: JamesIves/[email protected]
58-
with:
59-
branch: maven
60-
folder: build/maven
56+
# - name: Upload to Maven
57+
# uses: JamesIves/[email protected]
58+
# with:
59+
# branch: maven
60+
# folder: build/maven

0 commit comments

Comments
 (0)