mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 16:37:34 +00:00
fix(ci): attest releases and validate offline examples
This commit is contained in:
@@ -54,7 +54,9 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Verify site output
|
||||
run: test -s _site/index.html
|
||||
run: |
|
||||
title=$(python3 -c 'import json; print(json.load(open("book.json", encoding="utf-8"))["title"])')
|
||||
python3 tools/verify_artifacts.py --title "$title" --site _site
|
||||
|
||||
- name: Configure Pages
|
||||
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
|
||||
|
||||
Reference in New Issue
Block a user