Skip to content

Commit

Permalink
👷 Switched to building on master and pushing to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Aug 11, 2021
1 parent c014315 commit d194e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build documentation
# Run workflow on pushes to matching branches
on:
push:
branches: [jupyter-book]
branches: [master]

# checkout needs 'contents:read'
# deploy needs 'contents:write'
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Deploy documentation to GitHub Pages
uses: JamesIves/github-pages-deploy-action@5dc1d5a192aeb5ab5b7d5a77b7d36aea4a7f5c92 # This is version 4.1.4
with:
branch: testdocs # The branch the action should deploy to.
branch: gh-pages # The branch the action should deploy to.
folder: _build # The folder the action should deploy.
git-config-name: Deployment Bot # Name of the committer
git-config-email: [email protected] # Email of the committer

0 comments on commit d194e6b

Please sign in to comment.