mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-14 08:55:03 +01:00
Update deploy.yml
This commit is contained in:
parent
d60694f013
commit
11301447d4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
|
@ -14,7 +14,8 @@ jobs:
|
||||||
- name: Copy website
|
- name: Copy website
|
||||||
run: |
|
run: |
|
||||||
mkdir dist
|
mkdir dist
|
||||||
cp *.html *.css *.js ./dist
|
files=$(git ls-files | grep -E '\.(html|css|js)$')
|
||||||
|
cp --parents $files ./dist
|
||||||
- name: Deploy website
|
- name: Deploy website
|
||||||
run: |
|
run: |
|
||||||
aws configure set default.s3.addressing_style path
|
aws configure set default.s3.addressing_style path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue