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.