File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 18
18
build-and-index :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
+ - uses : actions/checkout@v3
22
+
21
23
- name : Setup Node v16 for Yarn v3
22
24
uses : actions/setup-node@v3
23
25
with :
@@ -27,19 +29,21 @@ jobs:
27
29
run : corepack enable
28
30
29
31
- name : Install Yarn v3
30
- uses : borales/actions-yarn@v3
32
+ uses : borales/actions-yarn@v4
31
33
with :
32
34
cmd : set version stable
33
35
34
36
- name : Install dependencies
35
- uses : borales/actions-yarn@v3
36
- env :
37
- YARN_ENABLE_IMMUTABLE_INSTALLS : false
37
+ uses : borales/actions-yarn@v4
38
38
with :
39
39
cmd : install
40
+ env :
41
+ YARN_ENABLE_IMMUTABLE_INSTALLS : false
40
42
41
43
- name : Build site
42
- uses : borales/actions-yarn@v3
44
+ uses : borales/actions-yarn@v4
45
+ with :
46
+ cmd : build
43
47
env :
44
48
PREFIX_PATHS : true # equivalent to --prefix-paths flag for 'gatsby build'
45
49
REPO_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
57
GATSBY_ALGOLIA_INDEX_NAME : ${{ secrets.ALGOLIA_INDEX_NAME || github.event.repository.name }}
54
58
GATSBY_FEDS_PRIVACY_ID : ${{ secrets.AIO_FEDS_PRIVACY_ID }}
55
59
GATSBY_SITE_DOMAIN_URL : https://developer.adobe.com
56
- with :
57
- cmd : build
You can’t perform that action at this time.
0 commit comments