There was an error while loading. Please reload this page.
build_deploy.yml
1 parent 7e0aa7e commit f8b1cf9Copy full SHA for f8b1cf9
1 file changed
.github/workflows/build_deploy.yml
@@ -1,25 +1,25 @@
1
-name: build/deploy training.plone.org
+name: build/deploy 2025.training.plone.org
2
3
on:
4
push:
5
branches:
6
- - "main"
+ - "2025"
7
workflow_dispatch:
8
9
jobs:
10
build_deploy:
11
runs-on: ubuntu-latest
12
environment:
13
- name: training.plone.org
14
- url: https://training.plone.org
+ name: 2025
+ url: https://2025.training.plone.org
15
steps:
16
- uses: actions/checkout@v7
17
18
- name: Set up Python ${{ matrix.python-version }}
19
uses: actions/setup-python@v7
20
with:
21
- python-version: "3.12"
22
- cache: 'pip'
+ python-version: "3.14"
+ cache: "pip"
23
24
- name: Install dependencies
25
run: |
0 commit comments