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
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# From https://github.com/eeholmes/readthedoc-test/blob/main/.github/workflows/docs_pages.yml
name: docs

# execute this workflow automatically when a we push to main
# execute this workflow automatically when a we push to master
on:
push:
branches: [ master ]
workflow_dispatch:
branches:
- master

jobs:

Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
git push
else
echo No commit made because the docs have not changed.
fi
fi