Skip to content

Commit

Permalink
update(ci): enable manual trigger for build/publish doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Dec 2, 2024
1 parent a136ec4 commit a1400f3
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 a1400f3

Please sign in to comment.