Skip to content

Commit

Permalink
configure title
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Feb 4, 2024
1 parent 43a6982 commit 64231cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
mkdir -p static/dist
make
mv ./static/dist/index.html static/index.html
cp -r static static/test
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down
1 change: 1 addition & 0 deletions browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Teaching IR with Shared Tasks</title>
</head>

<body>
Expand Down

0 comments on commit 64231cd

Please sign in to comment.