Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 120434a

Browse files
committed
Disable automated deployment to GitHub pages (fixes GH-217)
1 parent c8f5654 commit 120434a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Deploy static content to Pages
33

44
on:
55
# Runs on pushes targeting the default branch
6-
push:
7-
branches:
8-
- devel
6+
# push:
7+
# branches:
8+
# - devel
99

1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:

0 commit comments

Comments
 (0)