Skip to content

Commit 3c2c902

Browse files
committed
Don't generate newer graphs during test deployment
This makes the CI on PR dependent on Packit's API.
1 parent a7c15d3 commit 3c2c902

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/test-deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
- name: Import the nested docs
2020
run: make import
2121

22-
- name: Generate newer usage graphs
23-
run: |
24-
pip3 install click requests pygal
25-
python3 files/generate_usage.py
26-
2722
- name: Install dependencies
2823
run: yarn install --frozen-lockfile
2924
- name: Test build website

0 commit comments

Comments
 (0)