mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 06:19:04 +00:00
Add cache for build pipeline
This commit is contained in:
parent
4b4dfcff6e
commit
12ec7d1286
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -17,6 +17,12 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch/cache the fetched URIs
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
key: open-uri-content-cache
|
||||
path: |
|
||||
/tmp/open-uri-*
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
Loading…
Reference in New Issue
Block a user