Skip to content

Commit 34edb40

Browse files
committed
Fix workflow?
1 parent caba68c commit 34edb40

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
LIZZY_API_URL=""
2-
LIZZY_API_TOKEN=""
1+
LIZZY_API_URL="https://backend.redmodding.org/"
2+
3+
LIZZY_API_TOKEN="" # Override in .env.local
34

45
DISCORD_SERVER_ID="717692382849663036"
56

.github/workflows/static.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Simple workflow for deploying static content to GitHub Pages
2-
name: Deploy static content to Pages
2+
name: Deploy to GitHub Pages
33

44
on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches: ["master"]
88

9-
# Allows you to run this workflow manually from the Actions tab
10-
workflow_dispatch:
11-
129
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1310
permissions:
1411
contents: read

0 commit comments

Comments
 (0)