Skip to content

Commit

Permalink
fix publish result curl fai
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Nov 1, 2024
1 parent f4f2dda commit a2f9644
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/analysis_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
- name: Publish results to Github Pages
shell: bash -el {0}
run: |
ln -s /usr/lib/ssl/cert.pem /etc/pki
ln -s /usr/lib/ssl/certs /etc/pki/tls/certs
ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt
git config --global --add safe.directory /__w/ArcticDB/ArcticDB
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
Expand Down

0 comments on commit a2f9644

Please sign in to comment.