-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,35 @@ | ||
name: ci | ||
name: ci | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- master | ||
- main | ||
permissions: | ||
contents: write | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
python-version: ["3.10"] | ||
# python-version: ["3.8", "3.9"] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Configure Git Credentials | ||
run: | | ||
git config user.name github-actions[bot] | ||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.x | ||
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV | ||
- uses: actions/cache@v4 | ||
with: | ||
key: mkdocs-material-${{ env.cache_id }} | ||
path: .cache | ||
restore-keys: | | ||
mkdocs-material- | ||
- run: pip install mkdocs-material | ||
- run: pip install 'mkdocs-blog @ git+https://github.com/andyoakley/mkdocs-blog@ac1ac264dd693b9213cc87c211db31e21dd8ca0a' | ||
- run: pip install mkdocs-minify-plugin | ||
- run: pip install mkdocs-git-revision-date-localized-plugin | ||
- run: pip install mkdocs-git-authors-plugin | ||
- run: pip install mkdocs-git-committers-plugin-2 | ||
- run: mkdocs gh-deploy --force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# :compass: 项目背景 | ||
|
||
> 在【[bit4woo/Fiora](https://github.com/bit4woo/Fiora)】发布第一版的时候体验了一下,有被惊艳到。但是使用过程中觉得不够美观,而且使用体验还有提升的空间。同时我也有自己的一些想法,所以就参考写了这个项目。 | ||
> 启发项目:[bit4woo/Fiora](https://github.com/bit4woo/Fiora) | ||
- 基于 `nuclei` 的功能增强,提升使用体验。 | ||
- 目标:`关于漏洞验证这块,只需要使用这个项目就够了。` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ PRs accepted. | |
|
||
## :books: 授权许可 | ||
|
||
MIT © 2022 勾三股四弦五小六 | ||
MIT © 2024 勾三股四弦五小六 | ||
|
||
|
||
|
||
|