This commit is contained in:
parent
8acb971c62
commit
f38764d3e5
1 changed files with 4 additions and 7 deletions
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
@ -42,12 +42,9 @@ jobs:
|
|||
- name: Hugo-Encrypt
|
||||
run: cd themes/kb-one-de-theme && node ./hugo-encrypt.js
|
||||
|
||||
- name: prerelease
|
||||
- name: Upload Artifacts
|
||||
if: ${{ false }}
|
||||
uses: actions/forgejo-release@v1
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
direction: upload
|
||||
url: https://git.kb-one.de/
|
||||
release-dir: ./public
|
||||
release-notes: "Automatic built Pre-Release for $HUGO_VERSION"
|
||||
prerelease: true
|
||||
name: public
|
||||
path: ./public/
|
||||
|
|
Loading…
Add table
Reference in a new issue