Skip to content

Commit f3da1c8

Browse files
githubactions-pushed
0 parents  commit f3da1c8

File tree

1,306 files changed

+15735
-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,306 files changed

+15735
-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/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

+35
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-6972333818da8a47ecbb.js

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

_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-be91a2c29cc55c400c40.js

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

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