Skip to content

Commit

Permalink
create/next
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 3, 2024
1 parent 9742469 commit 971a1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install dependencies
shell: bash -l {0}
run: nvm use && yarn install && yarn create react-app vergecurrency.com && yarn build
run: nvm use && yarn install && yarn create next-app && yarn build

- name: Upload site
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 971a1ed

Please sign in to comment.