Skip to content

Updated link to doc.web3signer #37

Updated link to doc.web3signer

Updated link to doc.web3signer #37

Workflow file for this run

---
name: Build
on:
pull_request:
branches:
- main
workflow_call:
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- name: Build
uses: ConsenSys/docs-gha/build@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}