Skip to content

Commit

Permalink
checkout themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Apr 27, 2024
1 parent 4754670 commit 9baff93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: Automattic/themes
sparse-checkout: .github/scripts/create-preview-links
sparse-checkout: .github/scripts/create-preview-links ${{ needs.check-for-changes-to-themes.outputs.CHANGED_THEMES }}
ref: trunk

- name: Add Preview Links comment
Expand Down
1 change: 1 addition & 0 deletions affinity/404.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<h1 class="page-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'affinity' ); ?></h1>
</header>
<div class="page-content">

<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'affinity' ); ?></p>

<?php get_search_form(); ?>
Expand Down

0 comments on commit 9baff93

Please sign in to comment.