Skip to content

Commit

Permalink
build: git checkout in prod deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Oct 10, 2023
1 parent 5ad6282 commit 99854f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: build_output_dir
Expand Down

0 comments on commit 99854f0

Please sign in to comment.