Skip to content

Merge pull request #48 from BlueeeMoon/block #122

Merge pull request #48 from BlueeeMoon/block

Merge pull request #48 from BlueeeMoon/block #122

Workflow file for this run

# On every push this script is executed
name: Build and deploy GH Pages
on:
push:
branches:
- master
jobs:
build:
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:
# Target branch data
PAGES_BRANCH: blue-page
# Provide personal access token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
destination_dir: .