We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb12fd commit 469b999Copy full SHA for 469b999
.github/workflows/build.yml
@@ -108,7 +108,7 @@ jobs:
108
publish-docs:
109
runs-on: ubuntu-latest
110
needs: [ test-jvm, test-js, test-macos ]
111
- if: github.repository == 'aallam/openai-kotlin' && github.ref == 'refs/heads/main'
+ if: github.repository == 'aallam/ktoken' && github.ref == 'refs/heads/main'
112
permissions:
113
contents: write
114
steps:
0 commit comments