mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-12-12 07:40:34 -08:00
Compare commits
3 Commits
bd5b09a85b
...
8cf79275a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cf79275a6 | ||
|
|
6409004743 | ||
|
|
707c06272f |
8
.github/workflows/check-markdown.yml
vendored
8
.github/workflows/check-markdown.yml
vendored
@@ -5,19 +5,19 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: tj-actions/changed-files@v45
|
||||
- uses: tj-actions/changed-files@v47
|
||||
id: changed-files
|
||||
with:
|
||||
files: '**/*.md'
|
||||
separator: ","
|
||||
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v17
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
with:
|
||||
globs: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
separator: ","
|
||||
config: ./.github/.markdownlint.json
|
||||
config: ./.github/.markdownlint.json
|
||||
|
||||
6
.github/workflows/mkdocs-build.yml
vendored
6
.github/workflows/mkdocs-build.yml
vendored
@@ -8,12 +8,12 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# Checks-out submodules
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v5
|
||||
- name: Checkout submodules
|
||||
shell: bash
|
||||
run: |
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
git submodule add https://github.com/swisskyrepo/PayloadsAllTheThings/ docs
|
||||
mv docs/.github/overrides .
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install mkdocs-material
|
||||
|
||||
Reference in New Issue
Block a user