update action
This commit is contained in:
1
.github/workflows/action.yml
vendored
1
.github/workflows/action.yml
vendored
@@ -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 }}
|
||||||
@@ -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 == '/' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user