Skip to content

Commit

Permalink
Clone wp post
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed May 6, 2024
1 parent 5abd189 commit ab7f869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clone-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
release_new_version:
runs-on: ubuntu-latest
needs: clone_post
if: needs.check_changes.outputs.should_run == 'true'
if: needs.commit_changes.outputs.should_run == 'true'
steps:
- name: Exit if no relevant changes
run: echo "Exiting because there are no changes in src" && exit 0
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
prerelease: false

upload_to_s3:
if: needs.check_changes.outputs.should_run == 'true'
if: needs.commit_changes.outputs.should_run == 'true'
needs: release_new_version
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<p></p>



<div style="background-color:#003449;padding-left:4%;padding-right:4%;padding-bottom:4%;padding-top:4%" class="wp-block-genesis-blocks-gb-container gb-block-container"><div class="gb-container-inside"><div class="gb-container-content"><div class="tpgb-tabs-tours tpgb-block-3f14_25163 tab-view-horizontal "><div class="tpgb-tabs-wrapper tpgb-relative-block tpex- nav-one-by-one " data-tab-default="1" data-tab-hover="no" ><div class="tpgb-tabs-nav-wrapper text-center "><div class="tpgb-tabs-nav tpgb-trans-linear normal-width-icon full-width " role="tablist"><div class="tpgb-tab-li"><div id="tpag-tab-title-3f14_251631" class="tpgb-tab-header tpgb-trans-linear active" data-tab="1" role="tab" aria-controls="tpag-tab-content-3f14_251631"><span>Researchers</span></div></div><div class="tpgb-tab-li"><div id="tpag-tab-title-3f14_251632" class="tpgb-tab-header tpgb-trans-linear " data-tab="2" role="tab" aria-controls="tpag-tab-content-3f14_251632"><span>Universities &amp; Research Institutes</span></div></div><div class="tpgb-tab-li"><div id="tpag-tab-title-3f14_251633" class="tpgb-tab-header tpgb-trans-linear " data-tab="3" role="tab" aria-controls="tpag-tab-content-3f14_251633"><span>Publishers</span></div></div><div class="tpgb-tab-li"><div id="tpag-tab-title-3f14_251634" class="tpgb-tab-header tpgb-trans-linear " data-tab="4" role="tab" aria-controls="tpag-tab-content-3f14_251634"><span>Vendors &amp; Service Providers</span></div></div><div class="tpgb-tab-li"><div id="tpag-tab-title-3f14_251635" class="tpgb-tab-header tpgb-trans-linear " data-tab="5" role="tab" aria-controls="tpag-tab-content-3f14_251635"><span>Government &amp; Policy Makers</span></div></div><div class="tpgb-tab-li"><div id="tpag-tab-title-3f14_251636" class="tpgb-tab-header tpgb-trans-linear " data-tab="6" role="tab" aria-controls="tpag-tab-content-3f14_251636"><span>Funders &amp; Facilities</span></div></div></div></div><div class="tpgb-tabs-content-wrapper tpgb-trans-linear"><div class="tab-mobile-title active text-center" data-tab="1"><span>Researchers</span></div><div class="tab-mobile-title text-center" data-tab="2"><span>Universities &amp; Research Institutes</span></div><div class="tab-mobile-title text-center" data-tab="3"><span>Publishers</span></div><div class="tab-mobile-title text-center" data-tab="4"><span>Vendors &amp; Service Providers</span></div><div class="tab-mobile-title text-center" data-tab="5"><span>Government &amp; Policy Makers</span></div><div class="tab-mobile-title text-center" data-tab="6"><span>Funders &amp; Facilities</span></div>
<div class="tpgb-tab-content active" data-tab="1" role="tabpanel">

Expand Down

0 comments on commit ab7f869

Please sign in to comment.