Skip to content

Commit 1cea091

Browse files
committed
Updated workflow to display index.html.
1 parent 8526ff6 commit 1cea091

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/new_release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ jobs:
5050
- name: Create build destination
5151
run: |
5252
mkdir public
53+
cat > public/index.html <<EOL
54+
<!doctype html>
55+
<html>
56+
<head>
57+
<title>GitHub Pages deployed!</title>
58+
</head>
59+
<body>
60+
<iframe src="./main.pdf" width="100%" height="100%" frameborder="0">
61+
</iframe>
62+
</body>
63+
</html>
64+
EOL
5365
5466
- name: Download build
5567
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)