Skip to content

Commit

Permalink
Fixed docs target directory in publish_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham0204 committed Jul 9, 2023
1 parent ed1887b commit c3145f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
run: chmod +x gradlew


- name: Build with Gradle
- name: Build project and generate docs with Dokka
uses: gradle/gradle-build-action@v2
with:
arguments: build dokkaHtml


- name: Move docs to gh-pages
run: |
mkdir gh-pages
mv README.md gh-pages/README.md
mv build/dokka/html gh-pages/
mkdir -p gh-pages/android
mv README.md gh-pages/android/README.md
mv build/docs/* gh-pages/android/
- name: Publish docs
Expand Down

0 comments on commit c3145f7

Please sign in to comment.