Skip to content

Commit 79e930e

Browse files
authored
Auto squash from GitHub Actions [ci skip]
0 parents  commit 79e930e

File tree

679 files changed

+102
-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.

679 files changed

+102
-0
lines changed

.github/workflows/squash.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: squash
2+
3+
on:
4+
push:
5+
branches: [master]
6+
workflow_dispatch: {}
7+
8+
jobs:
9+
squash:
10+
if: "! contains(toJSON(github.event.commits.*.message), '[ci skip]')"
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v3
15+
- name: Run squasher script
16+
run: bash updater.sh
17+
env:
18+
SSH_KEY_E: ${{ secrets.SSH_KEY_E }}
19+
SSH_KEY_E2: ${{ secrets.SSH_KEY_E2 }}
20+
#NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
21+
#NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_temp/

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<html>
2+
<head>
3+
<meta charset="utf-8">
4+
<title>404 Not Found</title>
5+
<style>*{font-family:sans-serif;}</style>
6+
</head>
7+
<body bgcolor="white">
8+
<center><h1>404 Not Found</h1></center>
9+
<hr>
10+
<center>github.com</center>
11+
</body>
12+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
image.ibugone.com

PDE/0.png

21.6 KB

PDE/1.png

176 KB

PDE/2.png

260 KB

PDE/3.png

183 KB

PDE/4.png

149 KB

0 commit comments

Comments
 (0)