Skip to content

Commit

Permalink
Fix publish docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jan 18, 2024
1 parent 1bbac9c commit f1a6ad5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
workflow: ci-nix.yaml
workflow_conclusion: success
branch: release
name: benchmarks
name: benchmarks.*
name_is_regexp: true
path: docs/benchmarks

- name: 📥 Download released test-results
Expand All @@ -49,7 +50,8 @@ jobs:
workflow: ci-nix.yaml
workflow_conclusion: success
branch: release
name: test-results
name: test-results.*
name_is_regexp: true
path: docs/benchmarks/tests

- name: 📥 Download released haddock documentation
Expand Down Expand Up @@ -102,7 +104,8 @@ jobs:
workflow: ci-nix.yaml
workflow_conclusion: success
branch: master
name: benchmarks
name: benchmarks.*
name_is_regexp: true
path: docs/benchmarks

- name: 📥 Download latest test-results
Expand All @@ -112,7 +115,8 @@ jobs:
workflow: ci-nix.yaml
workflow_conclusion: success
branch: master
name: test-results
name: test-results.*
name_is_regexp: true
path: docs/benchmarks/tests

- name: 📥 Download latest haddock documentation
Expand Down

0 comments on commit f1a6ad5

Please sign in to comment.