update action

This commit is contained in:
2022-07-26 09:33:11 +02:00
parent 8a869450ec
commit 980595aee6
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ jobs:
uses: shalzz/zola-deploy-action@v0.14.1 uses: shalzz/zola-deploy-action@v0.14.1
env: env:
# Target branch # Target branch
PATH_PREFIX: ${{ github.event.repository.name }}
PAGES_BRANCH: gh-pages PAGES_BRANCH: gh-pages
# Provide personal access token # Provide personal access token
TOKEN: ${{ secrets.TOKEN }} TOKEN: ${{ secrets.TOKEN }}

View File

@@ -5,7 +5,6 @@
{% set zolaVer = '0.13.0' %} {% set zolaVer = '0.13.0' %}
<head> <head>
<base href="/www_threefold_io">
<link rel="icon" type="image/x-icon" href="{{ get_url(path='images/icons/favicon.png')}}"> <link rel="icon" type="image/x-icon" href="{{ get_url(path='images/icons/favicon.png')}}">
{% block title %} {% block title %}
{% if current_path == '/' %} {% if current_path == '/' %}