Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
9 changes: 1 addition & 8 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
name: Powertools Python
name: Build

on:
pull_request:
branches:
- develop
- master
paths:
- "python/**"
push:
branches:
- develop
- master
paths:
- "python/**"

jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./python/
strategy:
max-parallel: 4
matrix:
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/python_docs.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
name: Powertools Python Docs
name: Docs

on:
pull_request:
branches:
- master
paths:
- "python/**"
push:
branches:
- master
paths:
- "python/**"

jobs:
docs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./python/
steps:
- uses: actions/checkout@v1
- name: Set up Python
Expand All @@ -32,4 +25,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: python/docs/aws_lambda_powertools/
publish_dir: docs/aws_lambda_powertools/
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,7 @@ $RECYCLE.BIN/
# End of https://www.gitignore.io/api/osx,linux,python,windows,pycharm,visualstudiocode

# Misc
test_report
/.idea/*
test_report
wheelhouse
docs
/.idea/*
File renamed without changes.
File renamed without changes.
Loading