Skip to content

Commit

Permalink
Fix GA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Trotsenko committed Jan 21, 2024
1 parent 40e45d0 commit 9d69149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build, Test and Lint

on:
push:
branches: master
branches: [master]
pull_request:
branches: develop
branches: [develop]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9d69149

Please sign in to comment.