Skip to content

Commit fba7474

Browse files
committed
TODO DROP: Enable publish workflow on publish-version-kdoc-fix
1 parent 9bf07d0 commit fba7474

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
- name: Build KDoc
8989
run: ./gradlew dokkaGenerate
9090

91-
- name: Upload artifact
92-
uses: actions/upload-pages-artifact@v3
93-
with:
94-
path: './build/dokka/html'
91+
# - name: Upload artifact
92+
# uses: actions/upload-pages-artifact@v3
93+
# with:
94+
# path: './build/dokka/html'
9595

9696
# - name: Deploy to GitHub Pages
9797
# id: deployment

0 commit comments

Comments
 (0)