From 1c4e0538d82b6eec25ddcd58377bb32e63141ef7 Mon Sep 17 00:00:00 2001 From: yeasy Date: Mon, 18 May 2026 08:06:51 -0700 Subject: [PATCH] Fix CI PDF order --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 55bb421..7d76de4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,10 +36,10 @@ jobs: tar xzf "$archive" sudo mv mdpress /usr/local/bin/ mdpress --version - - name: Build site - run: npm run build - name: Build PDF run: mdpress build --format pdf --output docker_practice.pdf + - name: Build site + run: npm run build - name: Upload PDF as artifact uses: actions/upload-artifact@v7 with: