Skip to content

Commit e0cf642

Browse files
authored
chore: enable rivet compute docs (#5095)
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. ## Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes
1 parent c5b3603 commit e0cf642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/content/docs/connect/_rivet-compute.mdx renamed to website/src/content/docs/connect/rivet-compute.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
pull-requests: write
8383
steps:
8484
- uses: actions/checkout@v4
85-
- uses: rivet-dev/deploy-action@v1
85+
- uses: rivet-dev/deploy-action@v1.1
8686
with:
8787
rivet-token: ${{ secrets.RIVET_CLOUD_TOKEN }}
8888
```

0 commit comments

Comments
 (0)