Skip to content

Commit

Permalink
dprint:
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Dec 18, 2024
1 parent ea46087 commit 897508e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-docs-to-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '22.x'
node-version: "22.x"

- name: Install pnpm
run: corepack enable && corepack prepare pnpm@latest --activate
Expand All @@ -42,7 +42,7 @@ jobs:

- name: Generate TypeScript docs
run: pnpm generate-ts-docs

- name: Generate GraphQl docs
run: pnpm generate-graphql-docs

Expand All @@ -52,7 +52,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1 # Change if needed
aws-region: us-east-1 # Change if needed

# ----------- Upload Docs to S3 -----------
- name: Upload Rust docs to S3
Expand Down

0 comments on commit 897508e

Please sign in to comment.