File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 run : yarn install --frozen-lockfile --immutable
2323 - name : Build ModuleSite
2424 run : yarn run build
25- gatsby-build-prefix-paths :
26- runs-on : ubuntu-latest
27- steps :
28- - name : Checkout PR
29- uses : actions/checkout@v3
30- - name : Setup Node
31- uses : actions/setup-node@v3
32- with :
33- node-version : ' 18'
34- # Globally caches yarn dependencies
35- cache : ' yarn'
36- - name : Install Project Dependencies
37- run : yarn install --frozen-lockfile --immutable
38- - name : Build ModuleSite
39- run : yarn run build:pp
4025 gatsby-build-mutable-lockfile :
4126 runs-on : ubuntu-latest
4227 steps :
Original file line number Diff line number Diff line change 5050 - name : Install Project Dependencies
5151 run : yarn install --frozen-lockfile --immutable
5252 - name : Build ModuleSite
53- run : yarn run build:pp
53+ run : yarn run build
5454 - name : Upload artifact
5555 # packaging static assets and uploading artifact that can be deployed to GitHub Pages
5656 # https://github.com/actions/upload-pages-artifact
You can’t perform that action at this time.
0 commit comments