Skip to content

Commit 59ac581

Browse files
committed
fix action
1 parent f45e7a0 commit 59ac581

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflow/deploy.yml renamed to .github/workflows/deploy.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
with:
4141
path: app
4242

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

0 commit comments

Comments
 (0)