Skip to content

Commit 3dbdd2e

Browse files
authored
Update doc.yml
1 parent 84a64ea commit 3dbdd2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
jobs:
9-
deploy:
9+
generate-doc:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Checkout source
@@ -20,4 +20,4 @@ jobs:
2020
if: ${{ github.ref == 'refs/heads/master' }}
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
23-
publish_dir: ./
23+
publish_dir: ./html

0 commit comments

Comments
 (0)