Skip to content

Commit 88ac703

Browse files
committed
ci: add docs-build to makefile
1 parent 10e9c8f commit 88ac703

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- uses: quarto-dev/quarto-actions/setup@v2
8080
- name: Build docs
8181
run: |
82-
make build
82+
make docs-build
8383
# push to netlify -------------------------------------------------------
8484

8585
# set release name ----

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
README.md: README.qmd
22
quarto render $<
3+
4+
docs-build:
5+
quarto render docs

0 commit comments

Comments
 (0)