Skip to content

Commit b6d8573

Browse files
committed
Upload artifacts
1 parent 359f885 commit b6d8573

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: .github/workflows/build.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ jobs:
4040
run: |
4141
mkdir -p __build
4242
BUILD_OUTPUT="__build" bundle exec middleman build
43-
- name: Generate HTML Preview
44-
id: html_preview
45-
uses: pavi2410/html-preview-action@v2
43+
- name: Upload result
44+
uses: actions/upload-artifact@v4
4645
with:
47-
html_file: '__build/index.html'
48-
- name: Access preview
49-
run: echo "${{steps.html_preview.outputs.url}}"
46+
name: build-${{ github.event.number }}
47+
path: '__build/**/*'
48+
retention-days: 30

0 commit comments

Comments
 (0)