Skip to content

Commit

Permalink
test cache in github action docbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guwa authored May 27, 2024
1 parent 270997c commit 82f4075
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
- name: Checkout sources
uses: nrfconnect/action-checkout-west-update@main

- name: cache-pip
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-doc-pip

- name: Install packages
run: |
sudo apt update
Expand Down

0 comments on commit 82f4075

Please sign in to comment.