Skip to content

Fix Andrew last name #11

Fix Andrew last name

Fix Andrew last name #11

Workflow file for this run

name: Hugo S3 Production
on:
push:
branches: [ main ]
jobs:
build-prod:
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: production