diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml deleted file mode 100644 index 4541115b9..000000000 --- a/.github/workflows/documentation.yaml +++ /dev/null @@ -1,33 +0,0 @@ -name: Documentation - -on: - workflow_dispatch: {} - push: - branches: - - master - paths: - - .github/workflows/documentation.yaml - - Sources/**.swift - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Generate Documentation - uses: SwiftDocOrg/swift-doc@master - with: - inputs: "Sources" - output: "Documentation" - format: "html" - module-name: "Kingfisher" - base-url: "/" - - name: Upload Documentation Netlify - uses: netlify/actions/cli@master - with: - args: deploy --dir=Documentation --prod - env: - NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} - NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} \ No newline at end of file