Skip to content

Commit 3ba18dc

Browse files
authored
Add dir.map generation to AWS workflow (#56)
no changes, just added one more generated file
1 parent 1a90854 commit 3ba18dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nginx.org-make-aws.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ jobs:
111111
make images
112112
make genapi
113113
make all
114+
make dir.map
114115
make copy NGINX_ORG=www
116+
cp dir.map www/
115117
116118
# Verify build output
117119
if [ ! -d www ]; then

0 commit comments

Comments
 (0)