diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index e9b4ae0..6215f07 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -82,7 +82,7 @@ jobs: with: document_name: milersattningssmall latex_build_entry: mallar/milersattningsmall/milersattningsmall.tex - + motionsmall: uses: ./.github/workflows/build_document.yml with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9deeffd..fe4d3fe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,11 +62,11 @@ jobs: rm -rf pdfs - name: Install, build and upload site output - uses: withastro/action@v0 + uses: withastro/action@v2 with: path: site - package-manager: pnpm - + package-manager: pnpm@latest # Should probably be gotten from dokument-site repo instead. + - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4