Skip to content

Commit 2a1c475

Browse files
author
Dorazil
committed
WIP: Missing css on stage
1 parent 5bc48e1 commit 2a1c475

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-template.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ jobs:
3939
steps:
4040
- name: Download workdir
4141
uses: actions/download-artifact@v4
42+
- name: Check build
43+
run: ls -la workdir.tar.gz
4244
with:
4345
name: workdir
4446
path: .
4547
- name: Extract workdir
46-
run: tar -xzpfv workdir.tar.gz
48+
run: tar -xzpf workdir.tar.gz
4749
- name: Check build
4850
run: ls -la ./www/css
4951
- name: Run deploy

0 commit comments

Comments
 (0)