Skip to content

Commit 2f9da78

Browse files
committed
Removes the upload artifact step from the build step
1 parent 150c1a6 commit 2f9da78

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,3 @@ jobs:
2222
run: yarn install --frozen-lockfile
2323
- name: Build website
2424
run: yarn build
25-
26-
- name: Upload Build Artifact
27-
uses: actions/upload-pages-artifact@v3
28-
with:
29-
path: build

0 commit comments

Comments
 (0)