Skip to content

Commit 490516f

Browse files
Fix incorrect job name for GH Pages (#240)
1 parent 81d5da0 commit 490516f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
mode: ${{ matrix.mode }}
7575

7676
deploy:
77-
name: Deploy to GitHub Pages and Netlify
77+
name: Deploy to GitHub Pages
7878
needs: build-app
7979
if: github.ref == 'refs/heads/main'
8080
permissions:

0 commit comments

Comments
 (0)