Skip to content

Commit a1354cb

Browse files
committed
fix pipeline
1 parent 317ccf3 commit a1354cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pdf-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
run: |
1414
git clone https://x-access-token:${{ secrets.GH_PAT }}@github.com/aspose-pdf/Aspose.PDF-Hugo-template.git || (cd Aspose.PDF-Hugo-template && git pull)
1515
cd Aspose.PDF-Hugo-template
16+
rm -rf content
1617
sudo npm install -D --save autoprefixer
1718
sudo npm install -D --save postcss-cli
1819
rsync --recursive --delete --force --progress ../* content/

.github/workflows/pdf-stage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
cd Aspose.PDF-Hugo-template
1616
sudo npm install -D --save autoprefixer
1717
sudo npm install -D --save postcss-cli
18+
rm -rf content
1819
rsync --recursive --delete --force --progress ../* content/
1920
rm -rf content/Aspose.PDF-Hugo-template
2021
rm -rf public

0 commit comments

Comments
 (0)