Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
G3G4X5X6 committed Jul 22, 2024
1 parent 9fb7a83 commit 78aafa1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
30 changes: 21 additions & 9 deletions .github/workflows/ci.yml
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
2 changes: 1 addition & 1 deletion docs/background.md
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` 的功能增强,提升使用体验。
- 目标:`关于漏洞验证这块,只需要使用这个项目就够了。`
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ PRs accepted.

## :books: 授权许可

MIT © 2022 勾三股四弦五小六
MIT © 2024 勾三股四弦五小六



Expand Down

0 comments on commit 78aafa1

Please sign in to comment.