fix(ci): correct path for renders

This commit is contained in:
lowlighter
2022-01-18 12:46:03 -05:00
parent 81acbe19eb
commit d7a3479fc2
6 changed files with 14 additions and 12 deletions

View File

@@ -42,8 +42,8 @@ jobs:
- name: Screenshot markdown example
if: ${{ success() || failure() }}
run: |
node /metrics/.github/scripts/markdown_example.mjs
mv metrics.markdown.png /
docker run --entrypoint="" --volume=/tmp:/tmp ghcr.io/lowlighter/metrics:master node /metrics/.github/scripts/markdown_example.mjs
sudo mv /tmp/metrics.markdown.png /metrics_renders/
- name: Publish examples
if: ${{ success() || failure() }}
run: |