diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index fbcb71f..0044b8a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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