Skip to content

Commit 8c5e009

Browse files
committed
[Bug Fix] publish-events action updates.
* can be run manually * navigate to intended dir to execute git commands
1 parent 784ba95 commit 8c5e009

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-events.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Daily Event Publishing
33
on:
44
schedule:
55
- cron: '0 0 * * *'
6+
workflow_dispatch:
67

78
jobs:
89
published-daily-events:
@@ -33,6 +34,7 @@ jobs:
3334
run: |
3435
cd script/eventgen
3536
clojure -X parse/parse-feed :dir '"../../content/events"'
37+
cd ../..
3638
3739
- name: Commit and push event page
3840
run: |

0 commit comments

Comments
 (0)