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 7c6205b commit f2509f4Copy full SHA for f2509f4
.github/workflows/docs.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Build doc artifacts with Hugo
55
run: |
56
- mkdir ../emacs-eask.github.io
+ mkdir -p ../emacs-eask.github.io
57
hugo --destination ../emacs-eask.github.io --minify
58
working-directory: docs
59
0 commit comments