We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caba68c commit 34edb40Copy full SHA for 34edb40
.env
@@ -1,5 +1,6 @@
1
-LIZZY_API_URL=""
2
-LIZZY_API_TOKEN=""
+LIZZY_API_URL="https://backend.redmodding.org/"
+
3
+LIZZY_API_TOKEN="" # Override in .env.local
4
5
DISCORD_SERVER_ID="717692382849663036"
6
.github/workflows/static.yml
@@ -1,14 +1,11 @@
# Simple workflow for deploying static content to GitHub Pages
-name: Deploy static content to Pages
+name: Deploy to GitHub Pages
on:
# Runs on pushes targeting the default branch
push:
7
branches: ["master"]
8
9
- # Allows you to run this workflow manually from the Actions tab
10
- workflow_dispatch:
11
-
12
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
permissions:
14
contents: read
0 commit comments