Skip to content

Commit

Permalink
set to preview
Browse files Browse the repository at this point in the history
  • Loading branch information
juannat7 authored Jan 26, 2024
1 parent 1831783 commit 5b19867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
artifact_name:
description: 'Name of the artifact (zipped book) created by previous build step'
required: false
default: book.zip
default: book-zip
type: string
destination_dir:
description: 'Path to publish to on GitHub Pages, relative to site root. We use this to deploy previews in a subdirectory.'
Expand All @@ -16,7 +16,7 @@ on:
is_preview:
description: 'Are we deploying a preview?'
required: false
default: 'false'
default: 'true'
type: string
cname:
description: 'Custom domain name'
Expand Down

0 comments on commit 5b19867

Please sign in to comment.