Skip to content

Commit 1593bf9

Browse files
Update gh-pages build workflow to fix YAML syntax issue
1 parent af29353 commit 1593bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
mkdir -p public/branch/${{ github.ref_name }}
4646
cp -R build/* public/branch/${{ github.ref_name }}/
4747
48-
- name: Debug: show public content
48+
- name: Debug to show public content
4949
run: |
5050
echo "public tree:"
5151
ls -laR public || true

0 commit comments

Comments
 (0)