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 5c96ad1 commit 80de3eaCopy full SHA for 80de3ea
.github/workflows/update.yml
@@ -31,3 +31,7 @@ jobs:
31
curl -Lo index.html-public https://github.com/m-aciek/pydocs-translation-dashboard/raw/refs/heads/gh-pages/index.html
32
diff --color=always -u index.html-public index.html || :
33
cat index.html
34
+ - uses: actions/upload-artifact@v4
35
+ with:
36
+ name: build
37
+ path: build
0 commit comments