Skip to content

Commit

Permalink
updated deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialAutodidact committed Mar 10, 2024
1 parent 31f9510 commit ad40797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: 'Use Node.js ${{matrix.node-version}}'
uses: actions/setup-node@v2

- name: 'Build'
uses: actions/checkout@v2
run: |
npm i -g yarn \
yarn build \
Expand Down

0 comments on commit ad40797

Please sign in to comment.