Skip to content

Commit

Permalink
Use merge action
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Dec 12, 2024
1 parent 22aaa30 commit 3b7ad1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ jobs:
cp index.html ./deploy
cp validator-flow.md ./deploy
- name: Restore releases
uses: actions/download-artifact@v4
uses: actions/upload-artifact/merge@v4
with:
path: deploy/releases
name: releases
pattern: releases-*
merge-multiple: true
- name: Bundle spec
run: "swagger-cli bundle ./beacon-node-oapi.yaml -r -t yaml -o ./deploy/beacon-node-oapi.yaml"
- name: Publish to Github Pages
Expand Down

0 comments on commit 3b7ad1b

Please sign in to comment.