From e624aac8f7e8c56b18f17e3aa9a54342aa5a5fab Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Mon, 6 Jan 2025 00:35:00 +0000 Subject: [PATCH] Delete .github/workflows/snorkell-auto-documentation.yml (#168) --- .../workflows/snorkell-auto-documentation.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/snorkell-auto-documentation.yml diff --git a/.github/workflows/snorkell-auto-documentation.yml b/.github/workflows/snorkell-auto-documentation.yml deleted file mode 100644 index 926c7e53..00000000 --- a/.github/workflows/snorkell-auto-documentation.yml +++ /dev/null @@ -1,19 +0,0 @@ -# This workflow will improvise current file with AI genereated documentation and Create new PR - -name: Penify - Revolutionizing Documentation on GitHub - -on: - push: - branches: ["main"] - workflow_dispatch: - -jobs: - Documentation: - runs-on: ubuntu-latest - steps: - - name: Penify DocGen Client - uses: SingularityX-ai/snorkell-documentation-client@v1.0.0 - with: - client_id: ${{ secrets.SNORKELL_CLIENT_ID }} - api_key: ${{ secrets.SNORKELL_API_KEY }} - branch_name: "main" \ No newline at end of file