We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2621030 commit 10b3823Copy full SHA for 10b3823
1 file changed
REVIEW/TODO-cla.md
@@ -76,7 +76,7 @@ Context: This repo builds and hosts documentation for the FontLab 7 Python API a
76
runs-on: ubuntu-latest
77
container: python:2.7-slim
78
steps:
79
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v3
80
- run: pip install git+https://github.com/twardoch/pydocmk2 mkdocs==0.17.5 mkdocs-material==2.9.4
81
- run: cd fontlab7/build && python -m mkdocs build -f ../mkdocs.yml
82
- run: cd pythonqt/build && python -m mkdocs build -f ../mkdocs.yml || true
0 commit comments