Skip to content

Commit 072044d

Browse files
committed
Re-activate deployment
1 parent 8854996 commit 072044d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: peaceiris/actions-gh-pages@v4
4040
with:
4141
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
42-
# external_repository: scipy-lectures/lectures.scientific-python.org
42+
external_repository: scipy-lectures/lectures.scientific-python.org
4343
publish_branch: gh-pages
4444
publish_dir: ./_build/html
4545
force_orphan: true

0 commit comments

Comments
 (0)