kitgit

tirbofish/dropbear · diff

534cf03 · tk

Merge pull request #49 from 4tkbytes/kotlin

Unverified

diff --git a/.github/workflows/swift_doc.yaml b/.github/workflows/swift_doc.yaml
deleted file mode 100644
index b071763..0000000
--- a/.github/workflows/swift_doc.yaml
+++ /dev/null
@@ -1,166 +0,0 @@
-name: Generate Swift Documentation
-
-on:
-  push:
-    branches: [ main ]
-    paths:
-      - '**/*.swift'
-      - '.github/workflows/swift-docs.yaml'
-  pull_request:
-    branches: [ main ]
-    paths:
-      - '**/*.swift'
-  workflow_dispatch:
-
-permissions:
-  contents: read
-  pages: write
-  id-token: write
-
-concurrency:
-  group: "pages"
-  cancel-in-progress: false
-
-jobs:
-  generate-docs:
-    runs-on: ubuntu-latest
-    
-    steps:
-    - name: Checkout repository
-      uses: actions/checkout@v4
-      with:
-        submodules: recursive
-    
-    - name: Setup Swift
-      uses: swift-actions/setup-swift@v2
-    
-    - name: Install Swift-DocC Plugin
-      run: |
-        # Install Swift-DocC plugin for documentation generation
-        swift package plugin --allow-writing-to-directory docs \
-          generate-documentation --target dropbear --disable-indexing \
-          --transform-for-static-hosting --hosting-base-path dropbear \
-          --output-directory docs || true
-        

Large diffs are not rendered by default. Showing the first 50 of 1914 lines. Show full diff