Skip to content
This repository has been archived by the owner on Feb 26, 2025. It is now read-only.

.github/workflows/scheduled_build.yml #492

.github/workflows/scheduled_build.yml

.github/workflows/scheduled_build.yml #492

name: Update site
on:
workflow_dispatch:
schedule:
- cron: "0 2 * * *" # Every day at 2am. Modify this as you see fit
jobs:
DeploySite:
runs-on: ubuntu-latest
steps:
- name: Deploy site
uses: lwojcik/github-action-deploy-static-site@v1
with:
platform: vercel
vercel_deploy_hook_url: ${{ secrets.VERCEL_DEPLOY_HOOK_URL }}
always_deploy: true
# Using Netlify? Configure this action as follows:
# platform: netlify
# netlify_deploy_hook_url: ${{ secrets.NETLIFY_DEPLOY_HOOK_URL }}
# always_deploy: true