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.
actions/upload-pages-artifact
actions/deploy-pages
1 parent e240fff commit 1790e4eCopy full SHA for 1790e4e
.github/workflows/test-and-publish.yaml
@@ -376,12 +376,12 @@ jobs:
376
html+="<li><a href="pminit/">pminit</a></li>"
377
html+="</body></html>"
378
echo "$html" > ./index.html
379
- - uses: actions/upload-pages-artifact@v1
+ - uses: actions/upload-pages-artifact@v3
380
with:
381
path: ./
382
- name: Deploy to GitHub Pages
383
id: deployment
384
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
385
publish-archive:
386
# Publish to ⊇istributive's archive server (https://archive.distributed.computer/releases/pythonmonkey/)
387
needs: [build-and-test, sdist]
0 commit comments