Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ name: Build llm-d website

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "dev" branch
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]

# Runs every night at midnight UTC
schedule:
- cron: '0 0 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down