Skip to content

Commit f7d18dc

Browse files
committed
Preparing for use on main branch and repository
1 parent db18c08 commit f7d18dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- 'mkdocs' # Remove after merge
87
- 'v*'
98
tags:
109
- 'v*'
@@ -59,8 +58,7 @@ jobs:
5958
pages_threshold: major_outage
6059
-
6160
name: Deploy
62-
#if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, 'main') || steps.prepare.outputs.release == 'true')
63-
if: success() && github.event_name != 'pull_request' # Remove after merge and use the previous condition
61+
if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, 'main') || steps.prepare.outputs.release == 'true')
6462
uses: crazy-max/[email protected]
6563
with:
6664
target_branch: gh-pages

0 commit comments

Comments
 (0)