Skip to content

Commit 72fd120

Browse files
committed
One action too many in the build process
1 parent eb991be commit 72fd120

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
run: npm ci
3535
- name: Build Website
3636
run: npm run build
37-
- name: Deploy to GitHub Pages
38-
id: deployment
39-
uses: actions/deploy-pages@4
4037
deploy:
4138
needs: build
4239
permissions:
@@ -53,4 +50,4 @@ jobs:
5350
path: ./output
5451
- name: Deploy to GitHub Pages
5552
id: deployment
56-
uses: actions/deploy-pages@4
53+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)