Skip to content

Commit 59bac01

Browse files
committed
Merge branch 'main' of github.com:webmachinelearning/proofreader-api into editor
2 parents 37d9385 + baa5fe1 commit 59bac01

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/auto-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ on:
66
jobs:
77
main:
88
name: Build, Validate and Deploy
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-latest
1010
permissions:
1111
contents: write
1212
steps:
1313
- uses: actions/checkout@v6
14+
- uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.12'
1417
- uses: w3c/spec-prod@v2
1518
with:
1619
GH_PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)