Skip to content

Commit 0b06149

Browse files
Update static.yml
1 parent 43dd2cf commit 0b06149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Prepare Content
3131
run: |
3232
mkdir -p public
33-
rsync -av --delete ./path/to/static/files/ ./public/
33+
rsync -av --delete . public/
3434
3535
# Schritt 3: Setup Pages
3636
- name: Setup Pages

0 commit comments

Comments
 (0)