Skip to content

Commit 087116b

Browse files
committed
fix to right path for _headers
1 parent 4083710 commit 087116b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
4444
yarn build
4545
cp -r site/weeks/ dist
46-
cp _headers dist
46+
cp site/_headers dist
4747
cp site/js/data/data.json dist
4848
npx netlify-cli deploy --dir=dist --prod

.github/workflows/deploy-on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
2222
yarn build
2323
cp -r site/weeks/ dist
24-
cp _headers dist
24+
cp site/_headers dist
2525
cp site/js/data/data.json dist
2626
npx netlify-cli deploy --dir=dist --prod

.github/workflows/gen-historical-week.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
4444
yarn build
4545
cp -r site/weeks/ dist
46-
cp _headers dist
46+
cp site/_headers dist
4747
cp site/js/data/data.json dist
4848
npx netlify-cli deploy --dir=dist --prod

0 commit comments

Comments
 (0)