Skip to content

Commit f2509f4

Browse files
authored
ci: Ignore mkdir error
1 parent 7c6205b commit f2509f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Build doc artifacts with Hugo
5555
run: |
56-
mkdir ../emacs-eask.github.io
56+
mkdir -p ../emacs-eask.github.io
5757
hugo --destination ../emacs-eask.github.io --minify
5858
working-directory: docs
5959

0 commit comments

Comments
 (0)