Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit f0ce678

Browse files
committed
Deploy to GitHub Pages
Fixed setup Python step.
1 parent f4ac400 commit f0ce678

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v3
32-
- name: Install Dependencies
32+
- name: Setup Python
3333
uses: actions/setup-python@v2
34+
- name: Install Dependencies
3435
run: |
3536
pip install -r requirements.txt
3637
LANGUAGE=ua make html

0 commit comments

Comments
 (0)