Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Aug 6, 2024
1 parent 0df2dec commit 339de11
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,21 @@ jobs:
id: pages
uses: actions/configure-pages@v4

- uses: jwalton/gh-find-current-pr@master
id: pr
with:
state: all

# for debugging
- if: runner.debug == '1'
uses: mxschmitt/action-tmate@v3

- name: Build preview version of site
if: github.event.action != 'closed'
run: |
JEKYLL_ENV=production bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path || '' }}/${{ env.PREVIEWS_FOLDER }}/pr-${{ github.event.number }}"
JEKYLL_ENV=production bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path || '' }}/${{ env.PREVIEWS_FOLDER }}/pr-${{ env.pr }}"
env:
pr: ${{ steps.pr.outputs.pr }}

- name: Commit preview to Pages branch
uses: rossjrw/pr-preview-action@v1.4.7
Expand Down
2 changes: 1 addition & 1 deletion _data/citations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5420,7 +5420,7 @@
file: sources.yaml
image: https://stm.sciencemag.org/sites/default/files/styles/sci_issue_archive_cover/public/highwire/scitransmed/8/364.cover-source.gif
buttons:
- url: http://doi.org/10.1038/srep39259
- link: http://doi.org/10.1038/srep39259
text: Zhou et al.
- id: doi:10.1093/hmg/ddw160
title: Pathway and network-based strategies to translate genetic discoveries into
Expand Down
2 changes: 1 addition & 1 deletion _data/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@
- id: doi:10.1126/scitranslmed.aal0067
image: https://stm.sciencemag.org/sites/default/files/styles/sci_issue_archive_cover/public/highwire/scitransmed/8/364.cover-source.gif
buttons:
- url: http://doi.org/10.1038/srep39259
- link: http://doi.org/10.1038/srep39259
text: Zhou et al.

- id: doi:10.1093/hmg/ddw160
Expand Down

0 comments on commit 339de11

Please sign in to comment.