Skip to content

Commit 33bdd95

Browse files
unknownunknown
unknown
authored and
unknown
committed
v1 版本文档
1 parent 267fc4d commit 33bdd95

File tree

2,727 files changed

+452
-195117
lines changed

Some content is hidden

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

2,727 files changed

+452
-195117
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: https://github.com/phpzlc/phpzlc/blob/master/sponsor.md
1+
custom: https://phpzlc.com/sponsor

.github/workflows/gh-page-sync.yml

+3-14
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,15 @@ on:
66
- master
77

88
jobs:
9-
build_and_deploy:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v1
13-
- name: Build & Deploy to GitHub Pages
14-
env:
15-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
16-
GITHUB_REPOSITORY: ${{ secrets.REPOSITORY }}
17-
GITHUB_ACTOR: ${{ secrets.ACTOR }}
18-
uses: BryanSchuetz/jekyll-deploy-gh-pages@master
199
git-mirror:
20-
needs: build_and_deploy
2110
runs-on: ubuntu-latest
2211
steps:
2312
- uses: wearerequired/git-mirror-action@v1
2413
env:
2514
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
2615
with:
27-
source-repo: "git@github.com:phpzlc/phpzlc.git"
28-
destination-repo: "git@gitee.com:phpzlc/phpzlc.git"
16+
source-repo: "git@github.com:phpzlc/phpzlc-doc.git"
17+
destination-repo: "git@gitee.com:phpzlc/phpzlc-doc.git"
2918
git-pages-construct:
3019
runs-on: ubuntu-latest
3120
needs: build_and_deploy
@@ -35,7 +24,7 @@ jobs:
3524
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
3625
with:
3726
# 注意替换为你的 Gitee 用户名
38-
gitee-username: hejunjie@zmit.cn
27+
gitee-username: 1044295598@qq.com
3928
# 注意在 Settings->Secrets 配置 GITEE_PASSWORD
4029
gitee-password: ${{ secrets.GITEE_PASSWORD }}
4130
# 注意替换为你的 Gitee 仓库

.github/workflows/init-gitalk.yml

-20
This file was deleted.

.gitignore

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
.idea
2-
_site
3-
.jekyll-cache
4-
.DS_Store
5-
Gemfile.lock
6-
build
7-
sitemap.xml
8-
sitemap.txt
9-
siteMapPush.sh
1+
.idea

CNAME

-1
This file was deleted.

Gemfile

-12
This file was deleted.

_config.yml

-32
This file was deleted.

_drafts/doc/.gitignore

Whitespace-only changes.

_drafts/doc/2020-11-05-sms-business.markdown

-32
This file was deleted.

_drafts/old/README.md

-57
This file was deleted.

_drafts/old/Symfony技术材料/SymfonyFlex/symfony-flex.md

-83
This file was deleted.

_drafts/old/Symfony技术材料/SymfonyKernel/symfony-kernel.md

-1
This file was deleted.

_drafts/old/doctrine/orm/Mapping.md

-57
This file was deleted.

_drafts/old/doctrine/orm/Repository.md

-34
This file was deleted.

_drafts/old/doctrine/orm/Rules.md

-2
This file was deleted.

0 commit comments

Comments
 (0)