Skip to content

Updated CHANGELOG for new release #52

Updated CHANGELOG for new release

Updated CHANGELOG for new release #52

Workflow file for this run

on:
push:
branches:
- master
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'Build and deploy'
uses: shalzz/zola-deploy-action@master
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: website
TOKEN: ${{ secrets.PAGE_GEN_TOKEN }}