We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe594b0 commit 88b0817Copy full SHA for 88b0817
.github/workflows/python_docs.yml
@@ -17,6 +17,9 @@ on:
17
jobs:
18
deploy:
19
runs-on: ubuntu-latest
20
+ defaults:
21
+ run:
22
+ working-directory: ./python/
23
steps:
24
- uses: actions/checkout@v1
25
- name: Set up Python
@@ -27,14 +30,11 @@ jobs:
27
30
run: |
28
31
python -m pip install --upgrade pip
29
32
make dev
- working-directory: ./python/
33
- name: build docs
34
35
make docs
36
- name: deploy docs
37
uses: peaceiris/actions-gh-pages@v3
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: docs/aws_lambda_powertools/
40
+ publish_dir: python/docs/aws_lambda_powertools/
0 commit comments