Skip to content

Commit 7422a30

Browse files
committed
changes in wrokflow
1 parent 162c0e2 commit 7422a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Create updated index.html
2626
run: |
27-
cat > build/site/index.html << 'EOF'
27+
cat > build/site/index.html << 'HTMLEND'
2828
<!DOCTYPE html>
2929
<html>
3030
<head>
@@ -99,7 +99,7 @@ jobs:
9999
</div>
100100
</body>
101101
</html>
102-
EOF
102+
HTMLEND
103103
echo "Created new index.html:"
104104
cat build/site/index.html
105105

0 commit comments

Comments
 (0)