Fixed orphaned_cloudfront_or_dns_takeover_via_s3 file name #215
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@v4 | |
- uses: actions/setup-python@v5 | |
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 |