Skip to content

Commit 04c2636

Browse files
committed
fix ci step order
1 parent 5f10345 commit 04c2636

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/hugo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
uses: actions/checkout@v3
4848
with:
4949
submodules: recursive
50+
- uses: actions/setup-python@v5
51+
with:
52+
python-version: "3.12"
53+
- run: python generate-table.py
5054
- name: Setup Pages
5155
id: pages
5256
uses: actions/configure-pages@v3

0 commit comments

Comments
 (0)