We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a136ec4 commit a1400f3Copy full SHA for a1400f3
.github/workflows/documentation.yml
@@ -5,21 +5,26 @@ name: "📚 Documentation"
5
# events but only for the master branch
6
on:
7
push:
8
- branches: [main]
+ branches:
9
+ - main
10
paths:
11
- "docs/**"
12
- "*.md"
13
- ".github/workflows/documentation.yml"
14
+ - ./mkdocs_rss_plugin
15
tags:
16
- "*"
17
18
pull_request:
19
20
21
22
- .github/workflows/documentation.yml
23
- docs/
24
- requirements/documentation.txt
25
26
+ workflow_dispatch:
27
+
28
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
29
permissions:
30
contents: read
0 commit comments