Skip to content

Commit 250f023

Browse files
add make target export directory step to deploy workflow
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
1 parent e9af1d7 commit 250f023

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1515

16+
- name: Make target export directory
17+
run: mkdir -p public/
18+
1619
## TODO: Add site build and export steps here, target public/ for export directory
1720

1821
- name: Copy CNAME

0 commit comments

Comments
 (0)