This commit is contained in:
parent
ccda44d248
commit
5e52457230
@ -21,12 +21,10 @@ jobs:
|
||||
|
||||
- name: Build site
|
||||
run: hugo --minify
|
||||
- name: Pwd & ls
|
||||
run: pwd ; ls
|
||||
- name: Create tarfile
|
||||
run: tar -cf website.tar public
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: website-files
|
||||
name: website-files.tar
|
||||
path: website.tar
|
||||
|
Loading…
Reference in New Issue
Block a user