Skip to content

Commit

Permalink
fix: checkout before running preview-web
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Aug 20, 2024
1 parent ac6dcca commit ff7e92e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ jobs:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Fetch compiled source
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ff7e92e

Please sign in to comment.