Skip to content

Commit 82f3c78

Browse files
committed
fix build action + readme
1 parent d21d822 commit 82f3c78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
NODE_ENV: development
2424

2525
- name: Build + Upload PDFs
26-
run: npm run build --deploy
26+
run: npm run deploy
2727
env:
2828
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2929
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ yarn install
2020
yarn dev
2121
```
2222

23-
## Deploy PDFs
23+
## Deploy PDFs Manually
2424

2525
```bash
26-
yarn build --deploy
26+
yarn deploy
2727
```
2828

2929
## Build PDFs

0 commit comments

Comments
 (0)