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
|
- name: Hugo-Encrypt
|
||||||
run: cd themes/kb-one-de-theme && node ./hugo-encrypt.js
|
run: cd themes/kb-one-de-theme && node ./hugo-encrypt.js
|
||||||
|
|
||||||
- name: prerelease
|
- name: Upload Artifacts
|
||||||
if: ${{ false }}
|
if: ${{ false }}
|
||||||
uses: actions/forgejo-release@v1
|
uses: forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
direction: upload
|
name: public
|
||||||
url: https://git.kb-one.de/
|
path: ./public/
|
||||||
release-dir: ./public
|
|
||||||
release-notes: "Automatic built Pre-Release for $HUGO_VERSION"
|
|
||||||
prerelease: true
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue