We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45e7a0 commit 59ac581Copy full SHA for 59ac581
.github/workflow/deploy.yml renamed to .github/workflows/deploy.yml
@@ -40,14 +40,14 @@ jobs:
40
with:
41
path: app
42
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
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ needs: build
+ runs-on: ubuntu-latest
+ name: Deploy
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v4
0 commit comments