Skip to content

Commit af50b00

Browse files
committed
chore: fix workflow indentation
1 parent e9519e3 commit af50b00

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/canary-docs-preview.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
with:
4242
path: docs-viewer/projects/ember-api-docs/dist
4343

44-
deploy:
45-
needs: generate-preview-artifact
46-
environment:
47-
name: github-pages
48-
url: ${{ steps.deployment.outputs.page_url }}
49-
runs-on: ubuntu-latest
50-
steps:
51-
- name: Deploy to GitHub Pages
52-
id: deployment
53-
uses: actions/deploy-pages@v4
44+
deploy:
45+
needs: generate-preview-artifact
46+
environment:
47+
name: github-pages
48+
url: ${{ steps.deployment.outputs.page_url }}
49+
runs-on: ubuntu-latest
50+
steps:
51+
- name: Deploy to GitHub Pages
52+
id: deployment
53+
uses: actions/deploy-pages@v4
5454

0 commit comments

Comments
 (0)