Skip to content

Commit

Permalink
Maintain indent in _config.yml when processing (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin committed Apr 21, 2020
1 parent 16d1aa0 commit b4c7550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/www_stable_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# Copy info.md to all directories (excluding 'images' directories)
find . -type d -not -name "images" -execdir cp -v $WSTG_BASE/www/$VERSION_PATH/info.md {} \;
# Set stable_version in site config
yq w $WWW_BASE/_config.yml stable_version $VERSION_PATH |sponge $WWW_BASE/_config.yml
yq -I4 w $WWW_BASE/_config.yml stable_version $VERSION_PATH |sponge $WWW_BASE/_config.yml
- name: Setup Navigation (Versioned)
run: |
# Copy the current ToC for manipulation
Expand Down

0 comments on commit b4c7550

Please sign in to comment.