Skip to content

Commit

Permalink
ci: Automatically deploy docs at 12:00 on Tuesdays + manual deploy op…
Browse files Browse the repository at this point in the history
…tion (#4793)
  • Loading branch information
rolodato authored Nov 1, 2024
1 parent fedd296 commit afec858
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docs-cron-vercel-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Docs - update SDK versions

on:
workflow_dispatch:
schedule:
# At 12:00 on Tuesday https://crontab.guru/#0_12_*_*_2
- cron: '0 12 * * 2'
jobs:
vercel-deploy:
runs-on: ubuntu-latest
steps:
- name: Run Vercel deploy hook
run: curl -X POST "${{ secrets.VERCEL_SDK_VERSIONS_DEPLOY_HOOKS_URL }}"

0 comments on commit afec858

Please sign in to comment.