Skip to content

added homepage links to formats and some other features #20

added homepage links to formats and some other features

added homepage links to formats and some other features #20

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'Build and deploy'
uses: shalzz/zola-deploy-action@master
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
TOKEN: ${{ secrets.GITHUB_TOKEN }}