Skip to content

Commit afcef6c

Browse files
authored
Fix indentation for include-hidden-files in workflow
1 parent 0eeea0e commit afcef6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pelican.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
# Sürümü v3'e düşürdük
5252
uses: actions/upload-pages-artifact@v5
5353
with:
54-
include-hidden-files: true
5554
path: output
55+
include-hidden-files: true
5656

5757
- name: Deploy to GitHub Pages
5858
id: deployment

0 commit comments

Comments
 (0)