Skip to content

Commit

Permalink
Fix workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhincore committed Sep 19, 2024
1 parent caba68c commit 34edb40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
LIZZY_API_URL=""
LIZZY_API_TOKEN=""
LIZZY_API_URL="https://backend.redmodding.org/"

LIZZY_API_TOKEN="" # Override in .env.local

DISCORD_SERVER_ID="717692382849663036"

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -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:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down

0 comments on commit 34edb40

Please sign in to comment.