mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 15:24:25 +00:00
ci(release): stop publishing Conveyor old-site
This commit is contained in:
parent
9e7e8607dd
commit
9d1b82a423
3 changed files with 0 additions and 38 deletions
27
.github/workflows/release.yml
vendored
27
.github/workflows/release.yml
vendored
|
|
@ -195,33 +195,6 @@ jobs:
|
|||
name: conveyor-make-copied-site
|
||||
path: ~/.cache/hydraulic/conveyor/logs/log.latest.txt
|
||||
|
||||
- name: Conveyor make old-site
|
||||
uses: hydraulic-software/conveyor/actions/build@v13.0
|
||||
if: inputs.github_release
|
||||
with:
|
||||
command: --cache-limit=2.0 -f conveyor.ci.conf make old-site -o ./output/old-site
|
||||
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
|
||||
agree_to_license: 1
|
||||
env:
|
||||
APPLE_ISSUER_ID: ${{ secrets.APPLE_ISSUER_ID }}
|
||||
APPLE_KEY_ID: ${{ secrets.APPLE_KEY_ID }}
|
||||
AWS_S3_BUCKET: ${{ secrets.B2_BUCKET }}
|
||||
AWS_S3_ENDPOINT: 'https://s3.us-east-005.backblazeb2.com'
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.B2_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.B2_SECRET_ACCESS_KEY }}
|
||||
- name: Upload Conveyor log
|
||||
if: always() && inputs.github_release
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: conveyor-make-old-site
|
||||
path: ~/.cache/hydraulic/conveyor/logs/log.latest.txt
|
||||
|
||||
- name: Adjust Conveyor old-site output
|
||||
if: inputs.github_release
|
||||
run: |
|
||||
rm ./output/old-site/download.html
|
||||
rm ./output/old-site/icon.svg
|
||||
|
||||
- name: JReleaser Release
|
||||
if: inputs.github_release
|
||||
uses: gradle/gradle-build-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue