Skip to content

Commit 82a4dd8

Browse files
committed
Fix pipeline
1 parent 3880cb4 commit 82a4dd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
steps:
3333
- name: Check out repository code
3434
uses: actions/checkout@v5
35+
with:
36+
fetch-depth: 0
37+
ref: main
3538
- name: Check if there is any data available
3639
id: check_data
3740
uses: andstor/file-existence-action@v3
@@ -50,6 +53,7 @@ jobs:
5053
ref: gh-pages
5154
path: gh-pages
5255
- name: Move Miravi dist directory to correct folder in gh-pages
56+
if: steps.check_data.outputs.files_exists == 'true'
5357
run: ./scripts/move-miravi-dist.sh ${{ github.ref_name }} ${{ steps.check_data.outputs.files_exists }}
5458
- name: Move output and mappings to root of repo
5559
run: |

0 commit comments

Comments
 (0)