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
run: hugo --minify
- name: Setup tree
run: apt update && apt install tree -y
- name: Run tree
run: tree
- name: Pwd & ls
run: pwd ; ls
- name: Create tarfile
run: tar -cf website.tar ./*
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: website-files
path: website.tar