You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ This example shows how you could use this Action with [Cloudflare Pages](https:/
353
353
- `.deploy to development`deploys your branch to the development environment
354
354
- `.deploy`deploys your branch to the production environment
355
355
356
-
> A live example can be found [here](https://github.com/the-hideout/tarkov-dev/blob/649ea4b5ddec5546175098a9372464cef5f1b3f6/.github/workflows/branch-deploy.yml)
356
+
> A live example can be found [here](https://github.com/the-hideout/tarkov-dev/blob/b4417dfeb903985b83a24096b2e1ba2a22f39ddd/.github/workflows/branch-deploy.yml)
357
357
358
358
```yaml
359
359
name: branch-deploy
@@ -435,7 +435,7 @@ This example shows how you could use this Action with [Cloudflare Workers](https
435
435
- `.deploy to development`deploys your branch to the development environment (if you have one with your Cloudflare workers)
436
436
- `.deploy`deploys your branch to the production environment
437
437
438
-
> A live example can be found [here](https://github.com/the-hideout/tarkov-api/blob/1424b9ab9ea0f84bc6ca28d020dd84ecee53899c/.github/workflows/branch-deploy.yml)
438
+
> A live example can be found [here](https://github.com/the-hideout/tarkov-api/blob/1677543951d5f2a848c2650eb3400178b8f9a55b/.github/workflows/branch-deploy.yml)
0 commit comments