Skip to content

fix Finger and Radix trees URLs (#12) #22

fix Finger and Radix trees URLs (#12)

fix Finger and Radix trees URLs (#12) #22

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