File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111permissions :
1212 contents : read
13-
13+
1414concurrency :
1515 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1616 cancel-in-progress : true
@@ -24,10 +24,10 @@ jobs:
2424 with :
2525 repo : cloudcannon/pagefind
262627- - name : Set up Python 3.8
27+ - name : Set up Python 3.12
2828 uses : actions/setup-python@v5
2929 with :
30- python-version : 3.8
30+ python-version : 3.12
3131 - name : Install dependencies
3232 run : pip install -r requirements.txt -r requirements_test.txt
3333 - name : Register problem matchers
Original file line number Diff line number Diff line change 11[build ]
22 publish = " _build/html"
33 command = " make netlify"
4- environment = { BASE_URL = " https://esphome.io" }
4+ environment = { BASE_URL = " https://esphome.io" , PYTHON_VERSION = " 3.12 " }
55
66[context .beta ]
77 environment = { BASE_URL = " https://beta.esphome.io" }
You can’t perform that action at this time.
0 commit comments