From 553d8d8efa1e83909e25a68c028c893a9cb5142e Mon Sep 17 00:00:00 2001 From: platane Date: Thu, 24 Mar 2022 13:00:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- svg-only/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 076a0c0..29717bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: update action.yml + - name: update action.yml to use image from local Dockerfile run: | sed -i "s/image: .*/image: Dockerfile/" action.yml diff --git a/svg-only/README.md b/svg-only/README.md index b599fbb..fd2c995 100644 --- a/svg-only/README.md +++ b/svg-only/README.md @@ -6,4 +6,4 @@ As a drawback, it can not generate gif image. ## Build process -file is built and push on release, by the release action. +dist file are built and push on release, by the release action.