Skip to content

Commit f7fb871

Browse files
committed
Publish docs when enabled
1 parent 68b149b commit f7fb871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
upload-docs:
3030
description: 'Push to documentation repository'
3131
required: false
32-
default: false
32+
default: true
3333
type: boolean
3434
version:
3535
description: 'Version'
@@ -44,7 +44,7 @@ permissions:
4444

4545
jobs:
4646
build:
47-
name: Build and test
47+
name: Build
4848
runs-on: windows-2019
4949

5050
steps:

0 commit comments

Comments
 (0)