Try entire folder
This commit is contained in:
parent
7e436ac825
commit
7f2f0fd22d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
run: "[ -z \"$AWS_ACCESS_KEY_ID\" ] || aws s3 cp bin/json/esp32_boards.json s3://adafruit-circuit-python/adabot/web/esp32_boards.json --no-progress --region us-east-1"
|
||||
run: "[ -z \"$AWS_ACCESS_KEY_ID\" ] || aws s3 cp bin/json/ s3://adafruit-circuit-python/adabot/test/ --recursive --no-progress --region us-east-1"
|
||||
- name: Build site with jekyll
|
||||
run: |
|
||||
bundle exec jekyll build -d build
|
||||
|
|
|
|||
Loading…
Reference in a new issue