Skip to content

Commit 3b4cf44

Browse files
Fixed docs.yml
1 parent a6f8e41 commit 3b4cf44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy docs to GitHub Pages
1+
name: Docs
22
on:
33
push:
44
branches: ["main"]
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Run build docs
28-
run: make docs
28+
run: make Build/Docs
2929
- name: Setup GitHub Pages
3030
id: pages
3131
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)