We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921a2be commit 9387036Copy full SHA for 9387036
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
echo -e "---\nlayout: default\ntitle: Usage\n---\n" > ./artifact/site/usage/index.md
30
echo "$(sed -r s"/(\{%[^%]+%\})/{% raw %}\1{% endraw %}/g" ./docs/usage.md)" >> ./artifact/site/usage/index.md
31
32
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
33
with:
34
name: artifact
35
path: ./artifact
@@ -86,7 +86,7 @@ jobs:
86
vendor/bin/phpdoc-md -v
87
mv ./artifact/site/phpdoc/README.md ./artifact/site/phpdoc/index.md
88
89
90
91
92
0 commit comments