Skip to content

Commit

Permalink
Merge pull request #90 from awslabs/fix/doc-pipeline
Browse files Browse the repository at this point in the history
fix(docs): #comment updated docs triggers
  • Loading branch information
scrthq authored Jun 10, 2024
2 parents b572428 + 713e83d commit 3220ba8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/docs-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@ name: Build and Deploy Documentation

on:
pull_request:
paths:
- "docs/**"
- "mkdocs.yml"
- "requirements.txt"
branches:
- main
push:
branches:
- "*"
paths:
- "docs/**"
- "mkdocs.yml"
- "requirements.txt"
- main

env:
PYTHON_VERSION: "3.12"
Expand Down

0 comments on commit 3220ba8

Please sign in to comment.