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 d21d822 commit 82f3c78Copy full SHA for 82f3c78
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
NODE_ENV: development
24
25
- name: Build + Upload PDFs
26
- run: npm run build --deploy
+ run: npm run deploy
27
env:
28
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
29
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
README.md
@@ -20,10 +20,10 @@ yarn install
20
yarn dev
21
```
22
-## Deploy PDFs
+## Deploy PDFs Manually
```bash
-yarn build --deploy
+yarn deploy
## Build PDFs
0 commit comments