diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5c10c0f..df9eb47 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,18 +39,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 - - update-repo: - name: Update repo metadata - runs-on: ubuntu-latest - needs: deploy - permissions: - contents: read - steps: - - name: Set homepage URL and description - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - gh repo edit RecursiveDev/ReCursor \ - --homepage "https://recursivedev.github.io/ReCursor" \ - --description "Mobile-first companion UI for AI coding workflows - Flutter app with OpenCode-like UX, Claude Code Hooks integration, and Agent SDK support"