mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-14 17:05:04 +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
|
||||
run: |
|
||||
mkdir dist
|
||||
cp *.html *.css *.js ./dist
|
||||
files=$(git ls-files | grep -E '\.(html|css|js)$')
|
||||
cp --parents $files ./dist
|
||||
- name: Deploy website
|
||||
run: |
|
||||
aws configure set default.s3.addressing_style path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue