Skip to content

Commit 3245db7

Browse files
committed
Add preview link
1 parent 4ff8dc4 commit 3245db7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
run: |
2929
mkdir __build
3030
BUILD_OUTPUT="__build" middleman build
31-
- name: HTML Preview
31+
- name: Generate HTML Preview
3232
id: html_preview
3333
uses: pavi2410/html-preview-action@v2
3434
with:
3535
html_file: '__build/index.html'
36+
- name: Access preview
37+
run: echo "${{steps.html_preview.outputs.url}}"

0 commit comments

Comments
 (0)