Skip to content

Commit b70e31e

Browse files
up
1 parent e284353 commit b70e31e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2828
2929
- name: Generate HTML
30-
run: |
31-
python generate_site.py
30+
run: |
3231
python estrutura.py
32+
python generate_site.py
3333
3434
- name: Deploy to GitHub Pages
3535
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)