Skip to content

Commit 8946c16

Browse files
committed
Revert temporary changes to deploy-pages.yaml
1 parent e79fe49 commit 8946c16

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/deploy-pages.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: deploy-pages
22

33
on:
44
push:
5-
# branches:
6-
# - develop
7-
# paths:
8-
# - docs/**
5+
branches:
6+
- develop
7+
paths:
8+
- docs/**
99

1010
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
1111
jobs:
@@ -50,8 +50,8 @@ jobs:
5050
jupyter-book build .
5151
5252
# Push the book's HTML to github-pages
53-
# - name: GitHub Pages action
54-
# uses: peaceiris/[email protected]
55-
# with:
56-
# github_token: ${{ secrets.GITHUB_TOKEN }}
57-
# publish_dir: ./docs/_build/html
53+
- name: GitHub Pages action
54+
uses: peaceiris/[email protected]
55+
with:
56+
github_token: ${{ secrets.GITHUB_TOKEN }}
57+
publish_dir: ./docs/_build/html

0 commit comments

Comments
 (0)