We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad4eb2 commit aa1c9ebCopy full SHA for aa1c9eb
1 file changed
.github/workflows/docs.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-python@v5
23
+ with:
24
+ python-version: '3.11'
25
- run: pip install yardang
26
- run: yardang build
27
- name: Deploy
0 commit comments