Skip to content

Commit 7ca7ced

Browse files
committed
Fix doc.yml
1 parent b9befdf commit 7ca7ced

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
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
- cookie
8-
- cookie-doc
8+
- cookie-docs-fix
99
release:
1010

1111
jobs:
@@ -55,4 +55,4 @@ jobs:
5555
uses: peaceiris/actions-gh-pages@v4
5656
with:
5757
github_token: ${{ secrets.GITHUB_TOKEN }}
58-
publish_dir: ./doc/build/html
58+
publish_dir: ./doc/build/html

0 commit comments

Comments
 (0)