Skip to content

Commit

Permalink
HOTFIX: full test, with Inicio instead of home header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ytalo Borja committed Oct 14, 2023
1 parent 682c259 commit 5f59dff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/perujug_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
server: ${{ secrets.PERUJUG_FTP_CICD_SERVER }}
username: ${{ secrets.PERUJUG_FTP_CICD_USERNAME }}
password: ${{ secrets.PERUJUG_FTP_CICD_PASSWORD }}
dry-run: true
dry-run: false
local-dir: ./_site/
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
</ul>

<ul class="nav-wrapper right hide-on-med-and-down">
<li><a href="{{ "/" | relative_url }}">Home </a></li>
<li><a href="{{ "/" | relative_url }}">Inicio </a></li>
<li><a href="https://jconfperu.org/" target="_blank">Jconf Peru</a></li>
<li><a class="dropdown-trigger" href="{{ "/javaday/2018/" | relative_url }}" data-target="dropdown1">Java Day<i class="material-icons right">arrow_drop_down</i></a></li>
</ul>

<ul id="nav-mobile" class="side-nav teal darken-4">
<li><a href="{{ "/" | relative_url }}">Home</a></li>
<li><a href="{{ "/" | relative_url }}">Inicio</a></li>
{% if page_paths %}
{% for path in page_paths %}
{% assign my_page = site.pages | where: "path", path | first %}
Expand Down

0 comments on commit 5f59dff

Please sign in to comment.