Skip to content

Commit 469b999

Browse files
committed
chore: fix publish docs
1 parent abb12fd commit 469b999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
publish-docs:
109109
runs-on: ubuntu-latest
110110
needs: [ test-jvm, test-js, test-macos ]
111-
if: github.repository == 'aallam/openai-kotlin' && github.ref == 'refs/heads/main'
111+
if: github.repository == 'aallam/ktoken' && github.ref == 'refs/heads/main'
112112
permissions:
113113
contents: write
114114
steps:

0 commit comments

Comments
 (0)