Skip to content

Commit 8f09410

Browse files
committed
GHA
1 parent 4bed339 commit 8f09410

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff 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'
@@ -63,8 +40,6 @@ jobs:
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
@@ -82,9 +57,6 @@ jobs:
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:

0 commit comments

Comments
 (0)