Skip to content

Commit 4c1188c

Browse files
committed
fix: missing space in CI/CD
1 parent 2462070 commit 4c1188c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# - name: Check for hard links and symlinks
3232
# run: |
3333
# find site -type l -exec echo "Symlink found: {}" \; -o -type f -links +1 -exec echo "Hard link found: {}" \;
34-
- name: Upload build artifacts
34+
- name: Upload build artifacts
3535
uses: actions/upload-pages-artifact@v3
3636
with:
3737
name: github-pages

0 commit comments

Comments
 (0)