Skip to content

Commit f197a8b

Browse files
author
Tomás Ciccola
committed
stuff
1 parent 854f605 commit f197a8b

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
5+
workflow_run:
6+
workflows: [Sync Notion Docs]
57
# push:
68
# branches:
79
# - main

.github/workflows/sync-docs-and-deploy.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/sync-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Sync Notion Docs
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- feat/buildFlow
8+
59

610
jobs:
711
pull-docs:

0 commit comments

Comments
 (0)