georgettica / kubernetes-bookmark-bar

This repository will curate all of the awesome links that are useful for kubernetes in a way that can be imported to your bookmark bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sample.yaml not fount

aminmiri opened this issue · comments

Line 21 in run.sh should specify the correct name of the yaml file.
So instead of data/sample.yaml > "${OUTPUT_HTML_FILE}"
It should be data/bookmark.yaml > "${OUTPUT_HTML_FILE}"

Looks like a good catch!
If this is tested and has a works with the fix add a PR and I'll happily merge it.

(I am using the github action to build the html so I guess I missed it)

Yup, it's I consistent

args: python3 /tmp/test/bookmark_generator.py -o bookmark.html bookmark.yaml

Was related to #9