You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uses: actions/[email protected]# If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
11
-
with:
12
-
persist-credentials: false
13
-
- name: NPM Install
11
+
uses: actions/checkout@v3
12
+
- name: Yarn Install
14
13
uses: bahmutov/npm-install@v1
15
14
- name: Build
16
15
run: |
17
-
npm run build
16
+
yarn build
18
17
env:
19
-
PREFIX_PATHS: true #equivalent to --prefix-paths flag for 'gatsby build'
18
+
PREFIX_PATHS: true #works like --prefix-paths flag for 'gatsby build'
0 commit comments