Skip to content

Update block-explorers.md (#570) #290

Update block-explorers.md (#570)

Update block-explorers.md (#570) #290

Workflow file for this run

name: Publish documentation when changed
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build 🔧
uses: borales/[email protected]
with:
cmd: install
- uses: borales/[email protected]
with:
cmd: build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: build