Skip to content

Commit 2b07456

Browse files
committed
Update build.yaml
1 parent 040b10c commit 2b07456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
- main
1616

1717
jobs:
18+
setup:
19+
uses: .github/workflows/generate.yaml
20+
1821
deploy:
1922
runs-on: ubuntu-latest
2023
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
@@ -30,9 +33,6 @@ jobs:
3033
name: github-pages
3134
url: ${{ steps.deployment.outputs.page_url }}
3235
steps:
33-
- name: Generate out
34-
uses: a3510377/verilog-library/.github/workflows/generate.yaml@main
35-
3636
- shell: bash
3737
run: mkdir out_deploy
3838

0 commit comments

Comments
 (0)