Skip to content

Commit 8b744f0

Browse files
githubactions-pushed
0 parents  commit 8b744f0

File tree

1,200 files changed

+14501
-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,200 files changed

+14501
-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/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-3a903acb6e8233e85d20.js

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

_build/app-9dd065a63aab4debf15f.js

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

_build/app-9e7d71c45a9cc0b61b3d.js

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

_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)