We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3880cb4 commit 82a4dd8Copy full SHA for 82a4dd8
.github/workflows/pipeline.yml
@@ -32,6 +32,9 @@ jobs:
32
steps:
33
- name: Check out repository code
34
uses: actions/checkout@v5
35
+ with:
36
+ fetch-depth: 0
37
+ ref: main
38
- name: Check if there is any data available
39
id: check_data
40
uses: andstor/file-existence-action@v3
@@ -50,6 +53,7 @@ jobs:
50
53
ref: gh-pages
51
54
path: gh-pages
52
55
- name: Move Miravi dist directory to correct folder in gh-pages
56
+ if: steps.check_data.outputs.files_exists == 'true'
57
run: ./scripts/move-miravi-dist.sh ${{ github.ref_name }} ${{ steps.check_data.outputs.files_exists }}
58
- name: Move output and mappings to root of repo
59
run: |
0 commit comments