Skip to content

Commit 98aa84d

Browse files
committed
[ci] Checkout private submodules
1 parent bd069bb commit 98aa84d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Publish Github Pages
22

33
on:
44
push:
5-
branches: [master]
6-
paths-ignore:
7-
- .github/workflows/gitee-pages.yml
5+
branches: [master, strip-blob]
86

97
# Cancel any in-progress job or run
108
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
@@ -29,10 +27,15 @@ jobs:
2927
- uses: awalsh128/cache-apt-pkgs-action@master
3028
with:
3129
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
3234
- id: deployment
3335
uses: sphinx-notes/pages@v3
3436
with:
3537
documentation_path: .
3638
requirements_path: ./requirements.txt
3739
cache: true
3840
python_version: 3.12
41+
checkout: false

0 commit comments

Comments
 (0)