Skip to content

Commit cc2cfbd

Browse files
Update src/content/docs/workers/tutorials/build-a-content-version-system/index.mdx
Co-authored-by: db-cloudflare <[email protected]>
1 parent 3f994a0 commit cc2cfbd

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/build-a-content-version-system

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/build-a-content-version-system/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ curl -X PUT "https://content-version-system.trinhhaiyen79.workers.dev/content/ve
891891
curl -X DELETE "https://<your-worker-url>/content/versions/tags/stable"
892892
```
893893

894-
## 4. Additional tutorial tips
894+
## 4. Additional resources
895895
If you want to implement CI/CD for Worker platform, you can navigate to this blog: [Continuous Deployment for Cloudflare Workers with GitHub Actions](https://blog.cloudflare.com/workers-builds-integrated-ci-cd-built-on-the-workers-platform/)
896896

897897
You can find source code for this project on: [GitHub](https://github.com/shinchan79/content-version-system.git)

0 commit comments

Comments
 (0)