We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa61cfc commit 2f7d5dfCopy full SHA for 2f7d5df
.github/workflows/docs-generator.yaml
@@ -7,6 +7,7 @@ on:
7
description: 'Number of PR to document'
8
required: true
9
type: string
10
+ push:
11
12
jobs:
13
generate_docs:
@@ -35,7 +36,7 @@ jobs:
35
36
37
- name: Run setup_amazon_q.sh from terminal-bench
38
run: |
- cd terminal-bench-testing
39
+ cd terminal-bench-test
40
chmod +x setup_amazon_q.sh
41
bash setup_amazon_q.sh
42
0 commit comments