Skip to content

Commit 0344c1d

Browse files
committed
try whole build
1 parent e8b5b90 commit 0344c1d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v4
3030

31+
32+
- name: Build the static website
33+
run: |
34+
yarn install
35+
yarn run build
36+
3137
- name: Install rclone
3238
run: |
3339
curl https://rclone.org/install.sh | sudo bash
@@ -48,11 +54,6 @@ jobs:
4854
--s3-access-key-id="$S3_ACCESS_KEY" \
4955
--s3-secret-access-key="$S3_SECRET_KEY"
5056
51-
# - name: Build the static website
52-
# run: |
53-
# yarn install
54-
# yarn run build
55-
5657
- name: Upload artifact
5758
uses: actions/upload-pages-artifact@v3
5859
with:

0 commit comments

Comments
 (0)