4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
id: setup
|
id: setup
|
||||||
env:
|
env:
|
||||||
BRANCH: ${{ github.ref_name }}
|
BRANCH: ${{ github.ref_name }}
|
||||||
run: echo "branch=${BRANCH##*/}"
|
run: echo "branch=${BRANCH##*/}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
(cd Plazma-API/build/docs/javadoc && tar c .) | (cd javadoc && tar xf -)
|
(cd Plazma-API/build/docs/javadoc && tar c .) | (cd javadoc && tar xf -)
|
||||||
cd javadoc
|
cd javadoc
|
||||||
git add . && git commit -m "Update Javadocs"
|
git add . && git commit -m "Update Javadocs"
|
||||||
git push
|
git push -f
|
||||||
|
|
||||||
cd ../jdmain
|
cd ../jdmain
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|||||||
Reference in New Issue
Block a user