We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4083710 commit 087116bCopy full SHA for 087116b
.github/workflows/build.yml
@@ -43,6 +43,6 @@ jobs:
43
44
yarn build
45
cp -r site/weeks/ dist
46
- cp _headers dist
+ cp site/_headers dist
47
cp site/js/data/data.json dist
48
npx netlify-cli deploy --dir=dist --prod
.github/workflows/deploy-on-push.yml
@@ -21,6 +21,6 @@ jobs:
21
22
23
24
25
26
.github/workflows/gen-historical-week.yml
0 commit comments