Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/Deploy MkDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ name: 📖 Deploy MkDocs to GitHub
# Install, build, and deploy MkDocs to GitHub Pages using content from the Docs folder.

on:
pull_request:
branches:
- main
paths: # Only deploy MkDocs when the contents of the docs folder change or when this workflow changes
- 'Docs/**'
- '.github/workflows/Deploy MkDocs.yml'
- './mkdocs.yml'
#pull_request:
# branches:
# - main
# paths: # Only deploy MkDocs when the contents of the docs folder change or when this workflow changes
# - 'Docs/**'
# - '.github/workflows/Deploy MkDocs.yml'
# - './mkdocs.yml'
Comment thread
SamErde marked this conversation as resolved.
push:
branches:
- main # The branch you want to deploy from
Expand Down
Loading