We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80a44c commit 553d8d8Copy full SHA for 553d8d8
β.github/workflows/main.ymlβ
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
- uses: actions/checkout@v2
38
39
- - name: update action.yml
+ - name: update action.yml to use image from local Dockerfile
40
run: |
41
sed -i "s/image: .*/image: Dockerfile/" action.yml
42
βsvg-only/README.mdβ
@@ -6,4 +6,4 @@ As a drawback, it can not generate gif image.
6
7
## Build process
8
9
-file is built and push on release, by the release action.
+dist file are built and push on release, by the release action.
0 commit comments