We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd0b1e commit 92d504fCopy full SHA for 92d504f
.github/workflows/docker-latex.yml
@@ -57,7 +57,7 @@ jobs:
57
docker run --rm -v "$(pwd):/app" --name maths --user root --hostname latex latex sh ./deploy.sh --parallel --production --dist-dir="web/dist" --cache-uri="https://notes.nrv.nu/pdf/archive.tar.gz"
58
59
- name: Upload site artifact
60
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
61
with:
62
path: "web/dist${{ steps.pages.outputs.base_path }}"
63
0 commit comments