Skip to content

Commit bba8a78

Browse files
committed
github: ci: build docs for ulpatch/ulpatch too
Signed-off-by: Rong Tao <rongtao@cestc.cn>
1 parent 62b9de9 commit bba8a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Build site
4242
run: mkdocs build
4343
- name: Deploy to gh-pages
44-
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'Rtoax/ulpatch'
44+
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && (github.repository == 'Rtoax/ulpatch' || github.repository == 'ulpatch/ulpatch')
4545
run: mkdocs gh-deploy --force
4646

0 commit comments

Comments
 (0)