Skip to content

Commit 7f763fd

Browse files
committed
Adjust whitespacing in templated workflow file
1 parent c897075 commit 7f763fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • {{cookiecutter.project_slug}}/.github/workflows

{{cookiecutter.project_slug}}/.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
3838
with:
3939
path: site
40-
41-
{%- if cookiecutter.deploy_docs_to_github_pages %}
40+
{% if cookiecutter.deploy_docs_to_github_pages %}
4241
deploy:
4342
environment:
4443
name: github-pages

0 commit comments

Comments
 (0)