Update Irys docs to use the latest version of Irys's tooling #2084
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Build | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build | |
uses: Consensys/docs-gha/build@main | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |