Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed May 12, 2024
1 parent 141c946 commit e0321d8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,7 @@ jobs:
- name: Refresh page
env:
TMP: >
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>23adfasdf</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="junction/index.html">
</body>
</html>
<meta http-equiv=refresh content=0;url=junction/index.html>
shell: bash
run: echo "${TMP}" > target/doc/index.html
- name: Upload artifact
Expand Down

0 comments on commit e0321d8

Please sign in to comment.