Add Andrew to testimonial #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Hugo S3 Development | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build-dev: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out main | |
uses: actions/checkout@master | |
with: | |
ref: ${{ github.ref }} | |
- name: Build and deploy | |
uses: AlbertMorenoDEV/[email protected] | |
with: | |
hugo-version: 0.89.0 | |
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} | |
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | |
target: development |