Skip to content

Commit 6244262

Browse files
author
ADMSK\AVROGAL1
committed
docs: updates on workflows
Added information on documentation
1 parent 5185c15 commit 6244262

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/workflows/opengraph-card.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)