Skip to content

Commit 9ff2f47

Browse files
committed
Take a more JS focused approach for better maintainability (Beta version) (Highly unstable)
1 parent b635e40 commit 9ff2f47

File tree

114 files changed

+16095
-55782
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+16095
-55782
lines changed

.github/workflows/static.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
1-
# Simple workflow for deploying static content to GitHub Pages
21
name: Deploy static content to Pages
32

43
on:
5-
# Runs on pushes targeting the default branch
64
push:
75
branches: ["main"]
8-
9-
# Allows you to run this workflow manually from the Actions tab
106
workflow_dispatch:
117

12-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
138
permissions:
149
contents: read
1510
pages: write
1611
id-token: write
1712

18-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2013
concurrency:
2114
group: "pages"
2215
cancel-in-progress: false
2316

2417
jobs:
25-
# Single deploy job since we're just deploying
2618
deploy:
2719
environment:
2820
name: github-pages
@@ -36,7 +28,6 @@ jobs:
3628
- name: Upload artifact
3729
uses: actions/upload-pages-artifact@v3
3830
with:
39-
# Upload only the docs folder
4031
path: 'docs'
4132
- name: Deploy to GitHub Pages
4233
id: deployment

Chrome/codemirror/addon/comment/comment.js

Lines changed: 0 additions & 289 deletions
This file was deleted.

Chrome/codemirror/addon/display/autorefresh.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)