diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4c28b097..655bfe46 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -92,12 +92,13 @@ jobs: ${{ runner.os }}-maven- - run: mvn dokka:dokka working-directory: bound/kt + - run: mkdir _site && mv bound/kt/target/dokka _site/kt - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: bound/kt/target/dokka + path: _site - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 \ No newline at end of file