Skip to content

Commit eedde85

Browse files
committed
TODO DROP: Publish kdoc for 0.4.1
1 parent fba7474 commit eedde85

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
runner: [ ubuntu-latest, macos-latest, windows-latest ]
3434

3535
name: 'Publish to Maven: ${{ matrix.runner }}'
36+
if: false
3637
runs-on: ${{ matrix.runner }}
3738
steps:
3839
- uses: actions/checkout@v4
@@ -88,11 +89,11 @@ jobs:
8889
- name: Build KDoc
8990
run: ./gradlew dokkaGenerate
9091

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

96-
# - name: Deploy to GitHub Pages
97-
# id: deployment
98-
# uses: actions/deploy-pages@v4
97+
- name: Deploy to GitHub Pages
98+
id: deployment
99+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)