Skip to content

Commit 90143ae

Browse files
author
Frank
committed
Disable deploying to GH pages
1 parent 43674f5 commit 90143ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: docs
22

33
on:
44
# Trigger the workflow every time you push to the `main` branch
5-
# Using a different branch name? Replace `main` with your branchs name
6-
push:
7-
branches: [master]
5+
# Using a different branch name? Replace `main` with your branch's name
6+
# push:
7+
# branches: [master]
88
# Allows you to run this workflow manually from the Actions tab on GitHub.
99
workflow_dispatch:
1010

0 commit comments

Comments
 (0)