Skip to content

Commit 6059f85

Browse files
committed
Remove fetch script from page build action.
1 parent 5f76cf5 commit 6059f85

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ jobs:
1919
with:
2020
hugo-version: '0.68.3'
2121

22-
- name: Install dependencies
23-
run: |
24-
python -m pip install --upgrade pip
25-
pip install requests pyyaml
26-
27-
- name: Fetch GitHub stars
28-
run: |
29-
python scripts/fetch-github-stars.py data/projects.yml
30-
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
3322
- name: Build
3423
run: hugo --minify
3524

0 commit comments

Comments
 (0)