Skip to content

Commit

Permalink
ci: Fix misplaced conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Feb 11, 2025
1 parent 4d2f58a commit a7f1f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
name: Check aggregating artifacts with site
runs-on: ubuntu-latest
needs: [build-site, build-docs]
if: ${{ github.ref != 'refs/heads/main' }}
steps:
- name: Download Jekyll artifacts
uses: actions/download-artifact@v4
Expand All @@ -122,6 +121,7 @@ jobs:
mv "$dir" "${dir/metanorma-docs-}"
done
- name: Debug
if: ${{ github.ref != 'refs/heads/main' }}
run: |
ls -al
ls -alR _site
Expand Down

0 comments on commit a7f1f94

Please sign in to comment.