mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 16:37:34 +00:00
Fix CI PDF order
This commit is contained in:
@@ -36,10 +36,10 @@ jobs:
|
|||||||
tar xzf "$archive"
|
tar xzf "$archive"
|
||||||
sudo mv mdpress /usr/local/bin/
|
sudo mv mdpress /usr/local/bin/
|
||||||
mdpress --version
|
mdpress --version
|
||||||
- name: Build site
|
|
||||||
run: npm run build
|
|
||||||
- name: Build PDF
|
- name: Build PDF
|
||||||
run: mdpress build --format pdf --output docker_practice.pdf
|
run: mdpress build --format pdf --output docker_practice.pdf
|
||||||
|
- name: Build site
|
||||||
|
run: npm run build
|
||||||
- name: Upload PDF as artifact
|
- name: Upload PDF as artifact
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user