Skip to content

Commit f8b1cf9

Browse files
committed
Update build_deploy.yml for 2025
1 parent 7e0aa7e commit f8b1cf9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
name: build/deploy training.plone.org
1+
name: build/deploy 2025.training.plone.org
22

33
on:
44
push:
55
branches:
6-
- "main"
6+
- "2025"
77
workflow_dispatch:
88

99
jobs:
1010
build_deploy:
1111
runs-on: ubuntu-latest
1212
environment:
13-
name: training.plone.org
14-
url: https://training.plone.org
13+
name: 2025
14+
url: https://2025.training.plone.org
1515
steps:
1616
- uses: actions/checkout@v7
1717

1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v7
2020
with:
21-
python-version: "3.12"
22-
cache: 'pip'
21+
python-version: "3.14"
22+
cache: "pip"
2323

2424
- name: Install dependencies
2525
run: |

0 commit comments

Comments
 (0)