Skip to content

Commit a132474

Browse files
authored
Use direct link to githack.com
1 parent e21eb6c commit a132474

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/preview.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
name: Preview
88
steps:
9-
- name: html_preview
10-
uses: pavi2410/html-preview-action@v2
11-
with:
12-
html_file: 'bugRzilla_review.html'
139
- uses: github-actions-up-and-running/[email protected]
1410
with:
1511
repo-token: ${{ secrets.GITHUB_TOKEN }}
16-
message: ${{ format('[Click here to preview HTML page in the browser]({0})', steps.html_preview.outputs.url) }}
12+
message: ${{ format('[Click here to preview HTML page in the browser]({0})', 'https://raw.githack.com/llrs/bugzilla_viz/bugs/bugRzilla_review.html') }}

0 commit comments

Comments
 (0)