Skip to content

Commit

Permalink
Merge pull request #346 from material-components/fix/staging-deploy
Browse files Browse the repository at this point in the history
Add checkout step to run script
  • Loading branch information
emeaguiar committed Apr 26, 2022
2 parents c916264 + 69fb2a0 commit 367caaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Download full bundle
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 367caaf

Please sign in to comment.