Skip to content

favicon, update index for new theme version #12

favicon, update index for new theme version

favicon, update index for new theme version #12

Workflow file for this run

name: Build Zola Site
permissions:
contents: write
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.0.0
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.18.0
env:
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}