We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a086b commit 8968831Copy full SHA for 8968831
.github/workflows/push.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: Select files to deploy
39
run: |
40
mkdir deploy
41
+ cp package.json deploy
42
cp dist/imagery.* deploy
43
cp index.html deploy
44
cp -r site deploy
0 commit comments