Skip to content

Use AWS S3 instead of ngrok #190

Use AWS S3 instead of ngrok

Use AWS S3 instead of ngrok #190

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Compile assets
run: yarn build
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
default_author: github_actions