diff --git a/.github/workflows/api_docs.yml b/.github/workflows/api_docs.yml index 598ead6..49179a7 100644 --- a/.github/workflows/api_docs.yml +++ b/.github/workflows/api_docs.yml @@ -37,7 +37,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - path: './build/dokka/html' + path: './kotpass/build/dokka/html' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1 diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 8231b29..ad2f5bb 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -2,9 +2,9 @@ name: Build, Test and Lint on: push: - branches: master + branches: [master] pull_request: - branches: develop + branches: [develop] workflow_dispatch: jobs: