Skip to content

Commit 1a7aaf7

Browse files
CopilotBBC6BAE9
andauthored
Fix GitHub Pages deployment workflow indentation error (#4)
* Initial plan * Fix GitHub Pages deployment by correcting workflow YAML indentation Co-authored-by: BBC6BAE9 <20353278+BBC6BAE9@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BBC6BAE9 <20353278+BBC6BAE9@users.noreply.github.com>
1 parent 43e0021 commit 1a7aaf7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
pages: write # to deploy to Pages
4646
id-token: write # to verify the deployment originates from an appropriate source
4747
#4
48+
environment:
49+
name: github-pages
50+
url: ${{ steps.deployment.outputs.page_url }}
4851
steps:
4952
- name: Deploy to GitHub Pages
5053
id: deployment
5154
uses: actions/deploy-pages@v4
52-
environment:
53-
name: github-pages
54-
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)