Skip to content

Commit 6e8ccf7

Browse files
committed
fix ci
1 parent 0cc7f89 commit 6e8ccf7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci_pr.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ jobs:
3939
echo "PR number: ${{ github.event.number }}"
4040
echo "Commit SHA: ${{ github.sha }}"
4141
42-
- name: Record extra cache info
43-
run: |
44-
# Record filenames listing -- this updates the cache on filename change
45-
find book/ -type f >> EXTRA_CACHE_VARS.txt
46-
# For PR builds, we don't preprocess or archive
47-
echo false >> EXTRA_CACHE_VARS.txt # preprocess
48-
echo false >> EXTRA_CACHE_VARS.txt # archive
49-
cat EXTRA_CACHE_VARS.txt
5042
5143
- uses: actions/setup-node@v4
5244
with:

0 commit comments

Comments
 (0)