From f84bd975cedc9a3580d48a523da82a8aa47c46e4 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 15 Jan 2021 12:45:21 +0700 Subject: Simplify building the site locally by removing the need for make to just build it and limiting the snapshot lister to "live" profile. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cd317d..c2d5161 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,6 +42,7 @@ jobs: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} SNAPSHOTS_BUCKET: ${{ secrets.SNAPSHOTS_BUCKET }} + SOUPAULT_OPTS: "--profile live" run: | make all -- cgit v1.2.3