File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -24,34 +24,11 @@ jobs:
2424 runs-on : ubuntu-22.04
2525 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2626
27- steps :
28- - uses : actions/checkout@v4
29-
30- - uses : actions/setup-python@v5
31- with :
32- python-version : ' 3.10'
33- cache : pip
34-
35- - name : Install requirements
36- run : python -m pip install -r requirements.txt
37-
38- - name : Deploy docs
39- uses : mhausenblas/mkdocs-deploy-gh-pages@master
40- env :
41- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42- REQUIREMENTS : docs/doc-requirements.txt
43-
44-
45-
46-
47-
48- retrieve-tasks-data :
27+ tasks-list page :
4928 runs-on : ubuntu-latest
5029
5130 steps :
5231
53- # Build mkdocs
54-
5532 - uses : actions/setup-python@v4
5633 with :
5734 python-version : ' 3.11'
6340 - name : MKDocs build
6441 run : mkdocs build --config-file mkdocs.yml --strict
6542
66- # Fetch tasks data
67-
6843 - uses : actions/checkout@v4
6944 with :
7045 fetch-depth : 1
8257
8358 - run : cat tasks/data_retrieval/tasks_data.json
8459
85-
86- # Build tasks-list page
87-
8860 - name : Get package source code
8961 uses : actions/checkout@v4
9062 with :
You can’t perform that action at this time.
0 commit comments