Skip to content

Commit 553d8d8

Browse files
committed
πŸ““
1 parent e80a44c commit 553d8d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/main.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v2
3838

39-
- name: update action.yml
39+
- name: update action.yml to use image from local Dockerfile
4040
run: |
4141
sed -i "s/image: .*/image: Dockerfile/" action.yml
4242

β€Žsvg-only/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ As a drawback, it can not generate gif image.
66

77
## Build process
88

9-
file is built and push on release, by the release action.
9+
dist file are built and push on release, by the release action.

0 commit comments

Comments
Β (0)