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 420b13d commit 32bbbdeCopy full SHA for 32bbbde
.github/workflows/_deploy.yml
@@ -3,10 +3,10 @@ name: Deploy Docs Site
3
on:
4
push:
5
branches:
6
- - main
+ - sst
7
pull_request:
8
9
10
11
jobs:
12
deploy:
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node.js
19
uses: actions/setup-node@v3
20
with:
21
- node-version: '18'
+ node-version: "18"
22
23
- name: Setup pnpm
24
uses: pnpm/action-setup@v2
@@ -72,4 +72,4 @@ jobs:
72
npx sst deploy --stage pr-${{ github.event.pull_request.number }}
73
env:
74
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
75
- AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments