Skip to content

Commit bc8c640

Browse files
authored
Merge pull request #12 from vincentfretin/cache-docs
Cache src/docs in CI to skip re-downloading old version tarballs
2 parents cb4782f + 478fc08 commit bc8c640

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
run: npm ci --ignore-scripts --include=dev
3939
working-directory: aframe-site
4040

41+
- uses: actions/cache@v5
42+
with:
43+
path: aframe-site/src/docs
44+
key: docs-${{ hashFiles('aframe-site/multidep.json') }}
45+
4146
- name: Build docs
4247
run: npm run bumpdocs
4348
working-directory: aframe-site

0 commit comments

Comments
 (0)