Skip to content

Commit

Permalink
CI: fix caching in doc Action (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Mar 27, 2024
1 parent 884fa35 commit e65108e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Cache emodb
- name: Cache .cache/audbcards
uses: actions/cache@v3
with:
path: ~/.cache/audbcards
key: audbcards-1

- name: Cache audb
uses: actions/cache@v3
with:
path: ~/audb
key: emodb-1.4.1
key: audb-1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit e65108e

Please sign in to comment.