Merge pull request #274 from skalenetwork/staging #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Refresh Context7 Docs | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| refresh: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Update Context7 Documentation | |
| uses: rennf93/upsert-context7@1.1 | |
| with: | |
| operation: refresh |