Skip to content

Commit b3112a7

Browse files
committed
Use correct docs target to build site (not preview)
1 parent 6eb4d4c commit b3112a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yaml

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

3030
- name: Build site
3131
run: |
32-
make docs
32+
make docs-site
3333
3434
- name: Upload site artifact
3535
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)