Skip to content

Commit

Permalink
Merge pull request #35752 from gsmet/preview-tuning
Browse files Browse the repository at this point in the history
Only publish latest docs for preview
  • Loading branch information
gsmet authored Sep 6, 2023
2 parents 0d93385 + d3eeefe commit 5c60573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
### In cases where you want to specify the cache key, enable the above 2 inputs
### Follows the format here https://github.com/actions/cache
#
# custom_opts: '--future'
custom_opts: '--config _config.yml,_only_latest_guides_config.yml'
### If you need to specify any Jekyll build options, enable the above input
### Flags accepted can be found here https://jekyllrb.com/docs/configuration/options/#build-command-options
- name: Publishing to surge for preview
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/validation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ If this default mechanism is not sufficient and you need a custom locale resolut

=== Validation groups for REST endpoint or service method validation

It's sometimes necessary to enable different validation constraints
It is sometimes necessary to enable different validation constraints
for the same class when it's passed to a different method.

For example, a `Book` may need to have a `null` identifier when passed to the `post` method
Expand Down

0 comments on commit 5c60573

Please sign in to comment.