Skip to content

Merge pull request #477 from Jovian-Experiments/611 #1065

Merge pull request #477 from Jovian-Experiments/611

Merge pull request #477 from Jovian-Experiments/611 #1065

Workflow file for this run

name: Docs
on:
pull_request:
push:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Lix
uses: samueldr/lix-gha-installer-action@v1
- run: nix-build -A documentation
- name: Unwrap build output
run: |
output=$(readlink -f result)
cp -vr --dereference "$output" "www"
- name: Upload archive to Artifacts
uses: actions/upload-artifact@v4
with:
name: 'docs'
path: 'www'
if-no-files-found: error