Skip to content

Commit 3528d53

Browse files
committed
should fix missing dependencies
1 parent 3b0e669 commit 3528d53

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ branding:
2929
runs:
3030
using: "composite"
3131
steps:
32+
33+
- uses: actions/checkout@v4
34+
3235
- name: Builds the docBuilder
3336
run: make main
3437
shell: bash

0 commit comments

Comments
 (0)