File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,21 @@ jobs:
1818 plain-text : " by @AlexRogalskiy on GitHub"
1919 theme : " dark"
2020
21- - name : Archive open graph image
22- uses : actions/upload-artifact@v2
23- with :
24- name : open-graph-image
25- path : images/generated/opengraph-card.png
21+ # - name: Archive open graph image
22+ # uses: actions/upload-artifact@v2
23+ # with:
24+ # name: open-graph-image
25+ # path: images/generated/opengraph-card.png
26+ #
27+ # - name: Download all workflow run artifacts
28+ # uses: actions/download-artifact@v2
2629
27- - name : Download all workflow run artifacts
28- uses : actions/download-artifact@v2
30+ - name : Copy generated artefact to image folder
31+ id : tag_name
32+ run : |
33+ cp -rf alexander-rogalsky.gitbook.io.png ${{ github.workspace }}/images/generated
34+ rm -rf alexander-rogalsky.gitbook.io.png
35+ shell : bash
2936
3037 - name : Commit update
3138 uses : stefanzweifel/git-auto-commit-action@v4
You can’t perform that action at this time.
0 commit comments