Skip to content

Commit c26e6f4

Browse files
githubactions-pushed
0 parents  commit c26e6f4

File tree

1,242 files changed

+14950
-0
lines changed

Some content is hidden

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

1,242 files changed

+14950
-0
lines changed

.github/workflows/static.yml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: auto Deploy static content to Pages
2+
on:
3+
push:
4+
branches: ["master"]
5+
workflow_dispatch:
6+
permissions:
7+
contents: read
8+
pages: write
9+
id-token: write
10+
concurrency:
11+
group: "pages"
12+
cancel-in-progress: false
13+
jobs:
14+
deploy:
15+
environment:
16+
name: github-pages
17+
url: ${{ steps.deployment.outputs.page_url }}
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: Checkout
21+
uses: actions/checkout@v4
22+
- name: Setup Pages
23+
uses: actions/configure-pages@v5
24+
- name: Upload artifact
25+
uses: actions/upload-pages-artifact@v3
26+
with:
27+
path: "./_build"
28+
- name: Deploy to GitHub Pages
29+
id: deployment
30+
uses: actions/deploy-pages@v4

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/.DS_Store

_build/1kdd/1kddapps/chrome/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/cloudflared/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/code-server/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/debiande/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/discuss/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/gitea/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/mariadb/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/mongodb/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/mysql57/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/nextcloud/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/osxkvm/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/postgresql/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/redis/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/redriod/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddapps/wordpress/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddnews/cleanuipve/index.html

+21
Large diffs are not rendered by default.

_build/1kdd/1kddnews/compactlxcwiz/index.html

+24
Large diffs are not rendered by default.

_build/1kdd/1kddnews/headlesspve/index.html

+30
Large diffs are not rendered by default.

_build/1kdd/1kddnews/index.html

+19
Large diffs are not rendered by default.

_build/1kdd/1kddnews/lightve/index.html

+25
Large diffs are not rendered by default.

_build/1kdd/1kddnews/nativelxcvnc/index.html

+29
Large diffs are not rendered by default.

_build/1kdd/1kddnews/pbsinbuilt/index.html

+34
Large diffs are not rendered by default.

_build/1kdd/1kddnews/qemupve/index.html

+35
Large diffs are not rendered by default.

_build/1kdd/1kddnews/vzpve/index.html

+21
Large diffs are not rendered by default.

_build/1kdd/index.html

+33
Large diffs are not rendered by default.

_build/ads.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google.com, pub-9349570071783796, DIRECT, f08c47fec0942fa0

_build/app-8e609428af41daada9b1.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_build/app-c3c7657ca1145b487170.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_build/app-ed19ceb4e431333838ee.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
355 KB
1.96 MB
511 KB
255 KB
306 KB
266 KB
1.85 MB

_build/assets/beacon.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_build/assets/bundle.220ee61c.min.js

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)