Skip to content

Commit

Permalink
corrected sphinx-build
Browse files Browse the repository at this point in the history
  • Loading branch information
engineerjoe440 committed Nov 25, 2021
1 parent c12f775 commit 9284b34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sphinx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
# https://help.github.com/en/articles/workflow-syntax-for-github-actions

name: sphinx
on: [push]
on:
# Trigger the workflow on push or pull request,
# but only for the main/master branch
push:
branches:
- main
master

# https://gist.github.com/c-bata/ed5e7b7f8015502ee5092a3e77937c99
jobs:
Expand Down

0 comments on commit 9284b34

Please sign in to comment.