We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dd2cf commit 0b06149Copy full SHA for 0b06149
.github/workflows/static.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Prepare Content
31
run: |
32
mkdir -p public
33
- rsync -av --delete ./path/to/static/files/ ./public/
+ rsync -av --delete . public/
34
35
# Schritt 3: Setup Pages
36
- name: Setup Pages
0 commit comments