Skip to content

Commit 9cf5486

Browse files
authored
ci: Fix jekyll-build-pages source for https://ocaml-sf.org/learn-ocaml/ (#577)
1 parent d863e57 commit 9cf5486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build with Jekyll
3838
uses: actions/jekyll-build-pages@v1
3939
with:
40-
source: ./
40+
source: ./docs
4141
destination: ./_site
4242
# Not the default gh download-artifact action, which doesn't work
4343
# between workflows

0 commit comments

Comments
 (0)