Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jun 6, 2024
1 parent 0fd5d6c commit ea9eb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/combined-haddock.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This workflow builds a combined haddock and publishes it to:
# https://intersectmbo.github.io/plutus/haddock/master
# https://intersectmbo.github.io/plutus/haddock/release/X.X.X.X
name: "Build and Deploy to Github Pages"
name: "Combined Haddock"
on:
workflow_dispatch:
push:
branches:
- master
- release/**
jobs:
build-haddock-site:
build-and-deploy-combined-haddock:
runs-on: [self-hosted, plutus-benchmark]
permissions:
contents: write
Expand Down

0 comments on commit ea9eb15

Please sign in to comment.