Skip to content

Commit 88b0817

Browse files
committed
fix: CI attempt 3
1 parent fe594b0 commit 88b0817

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python_docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
jobs:
1818
deploy:
1919
runs-on: ubuntu-latest
20+
defaults:
21+
run:
22+
working-directory: ./python/
2023
steps:
2124
- uses: actions/checkout@v1
2225
- name: Set up Python
@@ -27,14 +30,11 @@ jobs:
2730
run: |
2831
python -m pip install --upgrade pip
2932
make dev
30-
working-directory: ./python/
3133
- name: build docs
3234
run: |
3335
make docs
34-
working-directory: ./python/
3536
- name: deploy docs
3637
uses: peaceiris/actions-gh-pages@v3
3738
with:
3839
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
publish_dir: docs/aws_lambda_powertools/
40-
working-directory: ./python/
40+
publish_dir: python/docs/aws_lambda_powertools/

0 commit comments

Comments
 (0)