summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAdam Bard <adam@adambard.com>2024-04-06 11:53:12 -0700
committerAdam Bard <adam@adambard.com>2024-04-06 11:53:12 -0700
commitde9e4c977d6b713f6c01e26aa613656b2d28752c (patch)
treed63d9edfd104984983c4c946245596dabb47a435 /.github
parenta2c3935a9bca81410d325e26762aa93dbb5f8707 (diff)
Fix repo name in gh action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3d3e0465..87bab584 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,5 +13,5 @@ jobs:
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT_LEARNXINYMINUTES_SITE }}
- repository: adambard/learnxinyminutes.com
+ repository: adambard/learnxinyminutes-site
event-type: doc-update