8000 linux-eic-shell.yml: fix download step in build-artifacts-page by veprbl · Pull Request #859 · eic/epic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

linux-eic-shell.yml: fix download step in build-artifacts-page #859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

veprbl
Copy link
Member
@veprbl veprbl commented May 6, 2025

This should help with issues like https://github.com/eic/epic/actions/runs/14817178151/job/41749142343#step:7:7

Doesn't look like artifacts/ were supposed to be used https://github.com/eic/EICrecon/blob/734cd480d8637ac50837db0d70da0ac48a1498d5/.github/workflows/linux-eic-shell.yml#L1161C11-L1162

Briefly, what does this PR introduce?

What kind of change does this PR introduce?

  • Bug fix (issue #__)
  • New feature (issue #__)
  • Documentation update
  • Other: __

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?

Does this PR change default behavior?

@github-actions github-actions bot added the topic: infrastructure Regarding build system, CI, CD label May 6, 2025
@@ -779,7 +779,8 @@ jobs:
- name: Download GitHub Pages staging artifact
uses: actions/download-artifact@v4
with:
path: artifacts/
Copy link
Contributor
@wdconinc wdconinc May 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is the wrong direction of this change. See links in README.md (which becomes https://eic.github.io/epic/index.html), and reports/artifacts.md.

I think what we may want to do is keep artifacts, and then publish _site or so.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And we've been advertising links like https://eic.github.io/epic//artifacts/epic_craterlake_no_bhcal.stp/epic_craterlake_no_bhcal.stp to others, like project and similar gdml files to Makoto Asai. We should try not to have them break.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should just revert #856 and make it work first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Regarding build system, CI, CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0