Skip to content

GhA: Change vedenemo key in build workflow #5

GhA: Change vedenemo key in build workflow

GhA: Change vedenemo key in build workflow #5

Workflow file for this run

name: doc
on:
push:
branches:
- main
paths:
- 'docs/**'
jobs:
deploy:
name: build doc and deploy to gh pages
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- name: build
run: nix build .#doc
- name: deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./result