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 f026a1a commit 656f437Copy full SHA for 656f437
1 file changed
.github/workflows/ci.yml
@@ -2,9 +2,7 @@ name: Continuous integration and deployment
2
3
on:
4
push:
5
-
6
- schedule:
7
- - cron: '0 0 * * 0' # weekly
+ branches: [ master ]
8
9
workflow_dispatch:
10
@@ -22,7 +20,7 @@ jobs:
22
20
- name: Install Python
23
21
uses: actions/setup-python@v2
24
with:
25
- python-version: '3.9'
+ python-version: '3.12'
26
27
- name: Setup pip cache
28
uses: actions/cache@v4
@@ -63,10 +61,10 @@ jobs:
63
61
64
62
65
66
67
68
69
- uses: actions/cache@v2
+ uses: actions/cache@v4
70
71
path: /opt/hostedtoolcache/Python
72
key: ${{ runner.os }}-pip-${{ hashFiles('site_creator/requirements.txt') }}
0 commit comments