Skip to content

Commit

Permalink
update(ci): enable manual trigger for build/publish doc (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Dec 2, 2024
2 parents a136ec4 + a1400f3 commit 7075e93
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,26 @@ name: "📚 Documentation"
# events but only for the master branch
on:
push:
branches: [main]
branches:
- main
paths:
- "docs/**"
- "*.md"
- ".github/workflows/documentation.yml"
- ./mkdocs_rss_plugin
tags:
- "*"

pull_request:
branches: [main]
branches:
- main
paths:
- .github/workflows/documentation.yml
- docs/
- requirements/documentation.txt

workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down

0 comments on commit 7075e93

Please sign in to comment.