Skip to content

Commit b1773ea

Browse files
correct indentation in docs.yml
1 parent 8c65253 commit b1773ea

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/docs.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
with:
4242
path: docs/build/html
4343

44-
deploy-pages:
45-
if: github.ref == 'refs/heads/main'
46-
needs: build-docs
47-
runs-on: ubuntu-latest
48-
49-
permissions:
50-
pages: write
51-
id-token: write
44+
deploy-pages:
45+
if: github.ref == 'refs/heads/main'
46+
needs: build-docs
47+
runs-on: ubuntu-latest
48+
49+
permissions:
50+
pages: write
51+
id-token: write
5252

53-
environment:
54-
name: github-pages
55-
url: ${{ steps.deployment.outputs.page_url }}$
56-
57-
steps:
58-
- name: Deploy to GitHub Pages
59-
id: deployment
60-
uses: actions/deploy-pages@v4
53+
environment:
54+
name: github-pages
55+
url: ${{ steps.deployment.outputs.page_url }}$
56+
57+
steps:
58+
- name: Deploy to GitHub Pages
59+
id: deployment
60+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)