Skip to content

Commit

Permalink
test new ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericoAndrade committed Jul 18, 2024
1 parent c36fe80 commit f25c70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GreenGeeks
on:
push:
branches:
- main
- test-new-ssh

env:
REMOTE_DIR: ./public_html/wp-content/themes/blankslate-child
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<head>
<!-- Google Analytics Script -->
<?php echo get_field('analytics_header_script', 'options'); ?>

<?php echo "<script>console.log('wikitongues')</script>"; ?>
<!-- Language and browser view meta tags -->
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down

0 comments on commit f25c70f

Please sign in to comment.