-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a611e9
commit 5b56e04
Showing
376 changed files
with
10,218 additions
and
14,840 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
.github/ISSUE_TEMPLATE/request-for-third-party-integration-to-be-added.md
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
.github/ISSUE_TEMPLATE/request-for-userscript-to-be-added.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: ci | ||
on: | ||
push: | ||
branches: | ||
- main | ||
permissions: | ||
contents: write | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Configure Git Credentials | ||
run: | | ||
git config user.name github-actions[bot] | ||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.x | ||
- uses: actions/setup-node@v4 | ||
- run: | | ||
npm i | ||
npm i -g ts-node | ||
cd builder | ||
mkdir dist | ||
ts-node build.ts | ||
cp dist/plugins/* ../docs/plugins/list.md | ||
cp dist/themes/* ../docs/themes/list.md | ||
- run: pip install \ | ||
mkdocs-material=="9.*" \ | ||
mkdocs-rss-plugin \ | ||
mkdocs-git-revision-date-localized-plugin \ | ||
mkdocs-git-committers-plugin-2 \ | ||
mkdocs-glightbox \ | ||
mkdocs-material[imaging] \ | ||
mkdocs-redirects | ||
- run: mkdocs gh-deploy --force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# ignore directories for local testing | ||
.jekyll-cache/ | ||
_site/ | ||
.vscode | ||
.vscode | ||
site | ||
.cache | ||
node_modules/ | ||
builder/dist/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.