Skip to content

Commit 76937df

Browse files
committed
fix: Correct malformed YAML structure in deploy-docs job
- Fix improper indentation in 'Install Allure CLI' step - Remove extra indentation causing YAML parsing failure - Ensure proper step structure with correct spacing - Resolve startup_failure in GitHub Actions workflow
1 parent a8aa526 commit 76937df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ jobs:
178178
python -m pip install --upgrade pip
179179
pip install -r requirements.txt
180180
pip install allure-pytest
181-
- name: Install Allure CLI
181+
182+
- name: Install Allure CLI
182183
run: |
183184
sudo apt-get update
184185
sudo apt-get install -y default-jre

0 commit comments

Comments
 (0)