Skip to content

Commit

Permalink
Update deploy.yml - Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
rodgco authored May 17, 2023
1 parent f51d147 commit b13c585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.5.1
with:
version: 8.5.1

- name: Build step
run: pnpm run build # 📝 Update the build command(s)
Expand Down

1 comment on commit b13c585

@vercel
Copy link

@vercel vercel bot commented on b13c585 May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rodburger – ./

rodburger-rodgco.vercel.app
rodburger.vercel.app
rodburger-git-main-rodgco.vercel.app
burger.rodg.co

Please sign in to comment.