Skip to content

Commit 59b8e87

Browse files
author
ADMSK\AVROGAL1
committed
docs: updates on workflows
Added information on documentation
1 parent c027306 commit 59b8e87

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
],
7777
"prettier/prettier": "error",
7878
"spellcheck/spell-checker": [
79-
1,
79+
"off",
8080
{
8181
"lang": "en_GB",
8282
"skipWords": [

.github/workflows/main.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,20 @@ jobs:
2525
- name: Create dist folder if note exists
2626
run: mkdir -p dist
2727

28-
- name: generate chart image
28+
- name: generate proverb image
29+
id: proverb-image
2930
uses: ./
3031
with:
31-
url: "https://raw.githubusercontent.com/plotly/plotly.js/master/test/image/mocks/5.json"
32-
name: "chart"
32+
name: "proverb.svg"
3333
path: "images"
3434
width: 400
3535
height: 400
3636

37+
- name: Ensure the generated file exists
38+
run: |
39+
ls -l ${{ steps.proverb-image.outputs.image }}
40+
test -f ${{ steps.proverb-image.outputs.image }}
41+
3742
- name: Push changes
3843
uses: stefanzweifel/git-auto-commit-action@v4
3944
with:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ inputs:
3838
name:
3939
description: 'proverbs image name'
4040
required: false
41-
default: 'quote'
41+
default: 'proverb'
4242
path:
4343
description: 'proverbs image path'
4444
required: false

0 commit comments

Comments
 (0)