Skip to content

update zola action

update zola action #53

Workflow file for this run

name: Build and deploy GH Pages
on:
push:
branches:
- dev
jobs:
build:
name: shalzz/zola-deploy-action
runs-on: ubuntu-latest
steps:
# Checkout
- uses: actions/checkout@master
# Build & deploy
- name: Build/Deploy
uses: shalzz/[email protected]
env:
# Target branch
PAGES_BRANCH: master
# Provide personal access token
TOKEN: ${{ secrets.TOKEN }}
BUILD_ONLY: ${{ github.event_name == 'pull_request' }}