We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 665afdf + 9387036 commit 9577608Copy full SHA for 9577608
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
echo -e "---\nlayout: default\ntitle: Usage\n---\n" > ./artifact/site/usage/index.md
28
echo "$(sed -r s"/(\{%[^%]+%\})/{% raw %}\1{% endraw %}/g" ./docs/usage.md)" >> ./artifact/site/usage/index.md
29
30
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
31
with:
32
name: artifact
33
path: ./artifact
@@ -82,7 +82,7 @@ jobs:
82
vendor/bin/phpdoc-md -v
83
mv ./artifact/site/phpdoc/README.md ./artifact/site/phpdoc/index.md
84
85
86
87
88
0 commit comments