Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading