Skip to content

Commit

Permalink
improv: move away from monorepo due to change in direction (#36)
Browse files Browse the repository at this point in the history
From now on, each Lambda Powertools for a given runtime should have its own repo

* chore: move all files to root
* docs: fix alignment
  • Loading branch information
heitorlessa authored May 19, 2020
1 parent 3d6352e commit 78aa7f8
Show file tree
Hide file tree
Showing 56 changed files with 445 additions and 1,051 deletions.
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

0 comments on commit 78aa7f8

Please sign in to comment.