Skip to content

Commit 04729f8

Browse files
committed
fix: CI attempt 2
1 parent 7da08bb commit 04729f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: deploy
1+
name: Powertools Docs Python
22

33
on:
44
pull_request:
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v1
2424
with:
25-
python-version: 3.8
25+
python-version: "3.8"
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)