Skip to content

Commit 4d1c7f2

Browse files
committed
Merge branch 'deploy-staging'
2 parents e32581f + 18e3c5d commit 4d1c7f2

File tree

15 files changed

+9
-9
lines changed

15 files changed

+9
-9
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Cache node modules
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
with:
1919
path: node_modules
2020
key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@
185185
</head>
186186
<body>
187187

188-
<img src="../../images/logo/BAAAHS2015LogoWithBorder-80x68.png" alt=""
189-
srcset="../../images/logo/BAAAHS2015LogoWithBorder-80x68.png 1x,
188+
<img src="../../../old/docs/images/logo/BAAAHS2015LogoWithBorder-80x68.png" alt=""
189+
srcset="../../../old/docs/images/logo/BAAAHS2015LogoWithBorder-80x68.png 1x,
190190
../../images/logo/BAAAHS2015LogoWithBorder-160x136.png 2x"
191191
style="float: right;"/>
192192

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@
185185
</head>
186186
<body>
187187

188-
<img src="../../images/logo/BAAAHS2015LogoWithBorder-80x68.png" alt=""
189-
srcset="../../images/logo/BAAAHS2015LogoWithBorder-80x68.png 1x,
188+
<img src="../../../old/docs/images/logo/BAAAHS2015LogoWithBorder-80x68.png" alt=""
189+
srcset="../../../old/docs/images/logo/BAAAHS2015LogoWithBorder-80x68.png 1x,
190190
../../images/logo/BAAAHS2015LogoWithBorder-160x136.png 2x"
191191
style="float: right;"/>
192192

0 commit comments

Comments
 (0)