Skip to content

Commit 08cd3ac

Browse files
authored
Merge branch '3.13' into cron/sync/3.13
2 parents 9f9f4b1 + 6f11b03 commit 08cd3ac

File tree

5 files changed

+385
-61
lines changed

5 files changed

+385
-61
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

12+
- uses: actions/setup-python@v5
13+
with:
14+
python-version: "3.13"
15+
1216
- name: Install Dependencies
1317
run: sudo apt-get install gettext
1418

.github/workflows/deploy-gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: JOBS=4 MODE=html make all
1919

2020
- name: Deploy to gh page
21-
uses: JamesIves/github-pages-deploy-action@v4.7.2
21+
uses: JamesIves/github-pages-deploy-action@v4.7.3
2222
with:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
BRANCH: gh-pages

0 commit comments

Comments
 (0)