Skip to content

Commit

Permalink
haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Sep 10, 2024
1 parent e8fa43a commit 3ca08f2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

haddock:
name: "Build haddock using nix"
runs-on: ubuntu-latest
runs-on: [self-hosted, nixos]
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
Expand All @@ -104,12 +104,6 @@ jobs:
accept-flake-config = true
log-lines = 1000
- name: ❄ Cachix cache of nix derivations
uses: cachix/cachix-action@v15
with:
name: cardano-scaling
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'

- name: 📚 Documentation (Haddock)
run: |
nix build .#haddocks
Expand Down

0 comments on commit 3ca08f2

Please sign in to comment.