Update main.yml

create output directory
This commit is contained in:
Jeremy Likness 2020-01-29 13:29:37 -08:00 committed by GitHub
parent 6e8855d15c
commit 7f0ad65727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ jobs:
- name: Index
run: |
mkdir ${{ env.OUTPUT_PATH }}
cp index.html favicon.ico manifest.json pwa.js robots.txt ${{ env.OUTPUT_PATH }}
cp -r css/ ${{ env.OUTPUT_PATH }}css/
cp -r images/ ${{ env.OUTPUT_PATH }}images/