MAINT: Let CircleCI render PRs to improve PR review#85
MAINT: Let CircleCI render PRs to improve PR review#85effigies merged 6 commits intobids-standard:gh-pagesfrom
Conversation
|
@poldrack this relates to what we were shortly discussion yesterday regarding building the website for pull requests. Just that you are aware that @sappelhoff already initiated action on this. |
There was a problem hiding this comment.
I think the main issue is with finding the CSS:
bids-website/_layouts/default.html
Line 68 in fa20bfe
I think we need to drop the initial /. It may cause some issues if we have HTML files in deeper directories, but we can worry about that later.
Edit: Actually, this is probably an issue for all cases where "/assets appears in the template.
.github/workflows/main.yml
Outdated
| with: | ||
| repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
| artifact-path: 0/html/index.html | ||
| circleci-jobs: build |
There was a problem hiding this comment.
This doesn't seem to be working. Do we just want to add:
.circleci/artifact_path:
0/html/index.html
|
@effigies this seems to work now. Thanks to your changes (with minor correction) |
closes #81
Issues
current artifacts: https://circleci.com/gh/bids-standard/bids-website/6#artifacts/containers/0
see for example the index.html: https://6-38337026-gh.circle-artifacts.com/0/home/circleci/project/_site/index.html