Skip to content

Merge pull request #925 from argotorg/rpc-refactor #534

Merge pull request #925 from argotorg/rpc-refactor

Merge pull request #925 from argotorg/rpc-refactor #534

Workflow file for this run

name: Publish Documentation
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: build docs
run: nix develop --ignore-environment --command sh -c "cd doc && mdbook build"
- name: publish docs
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: doc/book
ssh-key: ${{ secrets.DEPLOY_KEY }}