From 1f97cfec3dfd660199d779135872515e1a78d9ab Mon Sep 17 00:00:00 2001 From: wojciechowskiradek Date: Fri, 29 Nov 2024 16:59:21 +0100 Subject: [PATCH] Fix: clean github actions after the task (#363) --- .github/workflows/dokka-refresh.yml | 25 ------------------------- telnyx-webrtc-android | 1 - 2 files changed, 26 deletions(-) delete mode 100644 .github/workflows/dokka-refresh.yml delete mode 160000 telnyx-webrtc-android diff --git a/.github/workflows/dokka-refresh.yml b/.github/workflows/dokka-refresh.yml deleted file mode 100644 index 54b4081f..00000000 --- a/.github/workflows/dokka-refresh.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: API reference refresh on Push - -on: - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - dokka: - name: Generate API documentation - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3.0.2 - - - name: Set up JDK - uses: actions/setup-java@v3.5.0 - with: - java-version: '11' - distribution: 'zulu' - - - name: Grant execute permission for gradlew - run: chmod +x ./gradlew - - - name: Generate documentation with Dokka - run: ./gradlew dokkaHtml \ No newline at end of file diff --git a/telnyx-webrtc-android b/telnyx-webrtc-android deleted file mode 160000 index 9c07e5f4..00000000 --- a/telnyx-webrtc-android +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9c07e5f47844f0210bb723a473ce61d5e94e9136