Skip to content

Commit

Permalink
Publish website
Browse files Browse the repository at this point in the history
  • Loading branch information
bovee committed May 13, 2024
1 parent e935e29 commit 27d216e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: [ main ]

permissions:
id-token: write

jobs:
build-and-publish:
concurrency: ci-${{ github.ref }}
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CWRST</title>
<style> html, body, #root {height: 100%} </style>
Expand Down

0 comments on commit 27d216e

Please sign in to comment.