Skip to content

Merge pull request #40 from BlueeeMoon/Actions #114

Merge pull request #40 from BlueeeMoon/Actions

Merge pull request #40 from BlueeeMoon/Actions #114

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 }}