-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 Switched to building on master and pushing to gh-pages
- Loading branch information
1 parent
c014315
commit d194e6b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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 |