mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 12:19:36 +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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user