Skip to content

Commit 93e87cb

Browse files
committed
Fix Jekyll build command by removing destination flag and setting working directory
Signed-off-by: DavidOsipov <[email protected]>
1 parent 2fea87b commit 93e87cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444

4545
- name: Build site
4646
run: |
47-
bundle exec jekyll build -d /site/build
47+
bundle exec jekyll build
48+
working-directory: ./site
4849

4950
- name: Publish
5051
uses: cloudflare/[email protected]

0 commit comments

Comments
 (0)