File tree 3 files changed +14
-12
lines changed
3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
16
- - name : Set up Python 3.7
16
+ - name : Set up Python 3.12.8
17
17
uses : actions/setup-python@v1
18
18
with :
19
- python-version : 3.7
19
+ python-version : 3.12.8
20
20
21
21
- name : Install dependencies
22
22
run : |
Original file line number Diff line number Diff line change 1
1
name : Check Markdown links
2
2
3
- on : [pull_request]
3
+ on : workflow_dispatch
4
+ # on: [pull_request]
4
5
5
6
jobs :
6
7
markdown-link-check :
Original file line number Diff line number Diff line change 1
1
# .github/workflows/preview.yml
2
2
name : Deploy PR previews
3
3
4
- on :
5
- pull_request :
6
- types :
7
- - opened
8
- - reopened
9
- - synchronize
10
- - closed
4
+ on : workflow_dispatch
5
+
6
+ # pull_request:
7
+ # types:
8
+ # - opened
9
+ # - reopened
10
+ # - synchronize
11
+ # - closed
11
12
12
13
concurrency : preview-${{ github.ref }}
13
14
@@ -18,10 +19,10 @@ jobs:
18
19
- name : Checkout
19
20
uses : actions/checkout@v2
20
21
21
- - name : Set up Python 3.7
22
+ - name : Set up Python 3.12.8
22
23
uses : actions/setup-python@v1
23
24
with :
24
- python-version : 3.7
25
+ python-version : 3.12.8
25
26
26
27
- name : Install dependencies
27
28
run : |
You can’t perform that action at this time.
0 commit comments