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