push-to-s3 #2
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: push-to-s3 | |
on: | |
workflow_dispatch: | |
jobs: | |
push-to-s3: | |
name: "Push Hugo Site To S3" | |
runs-on: ubuntu:latest | |
steps: | |
- name: "Push Hugo Site To S3" | |
shell: bash | |
run: echo "Hello World" | |