File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ name: Publish Github Pages
2
2
3
3
on :
4
4
push :
5
- branches : [master]
6
- paths-ignore :
7
- - .github/workflows/gitee-pages.yml
5
+ branches : [master, strip-blob]
8
6
9
7
# Cancel any in-progress job or run
10
8
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
@@ -29,10 +27,15 @@ jobs:
29
27
- uses : awalsh128/cache-apt-pkgs-action@master
30
28
with :
31
29
packages : lilypond timidity imagemagick fonts-noto-cjk graphviz plantuml ffmpeg
30
+ - uses : actions/checkout@v4
31
+ with :
32
+ token : ${{ secrets.ACCESS_BULLET_BLOBS }}
33
+ submodules : true
32
34
- id : deployment
33
35
uses : sphinx-notes/pages@v3
34
36
with :
35
37
documentation_path : .
36
38
requirements_path : ./requirements.txt
37
39
cache : true
38
40
python_version : 3.12
41
+ checkout : false
You can’t perform that action at this time.
0 commit comments