test
All checks were successful
/ deploy (push) Successful in 1m31s

This commit is contained in:
Mans Ziesel 2023-06-13 19:27:36 +02:00
parent 8b891eec51
commit cc0a72a06a

View File

@ -21,7 +21,12 @@ jobs:
- name: Build site - name: Build site
run: hugo --minify run: hugo --minify
- name: Setup tree - name: Pwd & ls
run: apt update && apt install tree -y run: pwd ; ls
- name: Run tree - name: Create tarfile
run: tree run: tar -cf website.tar ./*
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: website-files
path: website.tar