Skip to content

Commit 0814c68

Browse files
committed
juiste data kopieren
1 parent 8bc5405 commit 0814c68

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ jobs:
2626
- name: Prepare content
2727
run: |
2828
rm -f *.md *.html
29-
mv ~/static/* ./
30-
mv snapshot.html index.html
29+
mv ~/static/snapshot.html index.html
3130
mkdir content
32-
shopt -s extglob
33-
mv !(content) content
31+
cp -r index.html data media content/
3432
3533
- name: Extract pubDomain
3634
id: pubdomain

0 commit comments

Comments
 (0)