Skip to content

Commit 92ec146

Browse files
committed
remove webhook code from CI
1 parent 7395e5d commit 92ec146

File tree

3 files changed

+21
-23
lines changed

3 files changed

+21
-23
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
- name: Build App
2525
run: |
2626
npm ci
27-
echo -n 'VITE_DISCORD_WEBHOOK=' > .env
28-
echo '${{ secrets.DISCORD_WEBHOOK }}' | base64 | tr -d "\n\r" >> .env
2927
npm run build
3028
cd dist
3129
touch .nojekyll

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<main class="container">
2222
<h1>404 - Not Found</h1>
2323
<p>This page doesn't seem to exist.</p>
24-
<div><a href="./" role="button">Go back to main page</a></div>
24+
<div><a href=".." role="button">Go back to main page</a></div>
2525
</main>
2626
</body>
2727

0 commit comments

Comments
 (0)