Skip to content

chore(deps): update dependency @bufbuild/protoc-gen-es to v1.5.1 #168

chore(deps): update dependency @bufbuild/protoc-gen-es to v1.5.1

chore(deps): update dependency @bufbuild/protoc-gen-es to v1.5.1 #168

Workflow file for this run

name: Build/Deploy GH Pages
on:
push:
branches: master
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v13
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
# Docs
- name: build-doc
run: nix build -L .#trustix-doc
- name: deploy-doc
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./result