Update aws_organizations_defaults.md with new AWS Organizations research #208
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build v2 | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v2 | |
with: | |
python-version: 3.x | |
- run: pip install mkdocs-material | |
- run: pip install mkdocs-minify-plugin | |
- run: pip install mkdocs-awesome-pages-plugin | |
- run: pip install mkdocs-redirects | |
- run: pip install mkdocs-git-revision-date-localized-plugin | |
- run: pip install mkdocs-git-committers-plugin-2 | |
- run: pip install mkdocs-rss-plugin | |
- run: pip install --use-pep517 mkdocs-glightbox | |
- run: mkdocs build |