Skip to content

Commit

Permalink
Cleaned up a bunch of unused code and renamed a few functions. Fixed …
Browse files Browse the repository at this point in the history
…Dragover css in the html.
  • Loading branch information
Ninjona committed Feb 26, 2024
1 parent eb98845 commit 3aaebdb
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 304 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: [ "master" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: [ "master" ]

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

0 comments on commit 3aaebdb

Please sign in to comment.